Skip to content

Instantly share code, notes, and snippets.

@oogali
Created September 21, 2019 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oogali/c04745590b77e4a870ce16a2b37f92b7 to your computer and use it in GitHub Desktop.
Save oogali/c04745590b77e4a870ce16a2b37f92b7 to your computer and use it in GitHub Desktop.
My go-to .ignore files
.idea
Dockerfile
docker-compose.yml
script/
.DS_Store
*~
.*.sw[a-p]
.env
## From https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# Generated files
.idea/**/contentModel.xml
# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# Additional metadata
.idea/**/$*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment