Skip to content

Commit

Permalink
chore: add more to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Sep 12, 2024
1 parent 62dff36 commit 4b7dc46
Showing 1 changed file with 57 additions and 6 deletions.
63 changes: 57 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,62 @@ dmypy.json
# Cython debug symbols
cython_debug/

# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# JetBrains
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
.idea/**/aws.xml
.idea/**/contentModel.xml
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
.idea/**/gradle.xml
.idea/**/libraries
cmake-build-*/
.idea/**/mongoSettings.xml
*.iws
out/
.idea_modules/
atlassian-ide-plugin.xml
.idea/replstate.xml
.idea/sonarlint/
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
.idea/httpRequests
.idea/caches/build_file_checksums.ser

# Vagrant/Ansible/CI
.vagrant
playbook.retry
.vault
ansible.out

# General
*.dat
*.out
*.pid
*.gz
*.tmp
*.bak
*.swp
*.csv#
logs/
build/

# OS
.DS_Store
ehthumbs.db
Icon?
Thumbs.db

# Other
sslcerts.pfx
scripts/*gz

0 comments on commit 4b7dc46

Please sign in to comment.