Last active
June 15, 2020 11:50
-
-
Save hpoul/b78f7a1b3cde988f3ce4d12e954367eb to your computer and use it in GitHub Desktop.
Scratchbook for my favorite .gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://gist.github.com/hpoul/b78f7a1b3cde988f3ce4d12e954367eb | |
# | |
# IDEA: Allow some configuration, which is shared across users. | |
/.idea/* | |
!.idea/runConfigurations | |
!.idea/runConfigurations/* | |
!.idea/vcs.xml | |
!.idea/dictionaries | |
!.idea/dictionaries/* | |
!.idea/inspectionProfiles/* | |
!.idea/codeStyles | |
!.idea/codeStyles/* | |
*.iml | |
# Java/Kotlin/Android | |
/.gradle | |
/build | |
/out | |
# JavaScript/Node.JS | |
/node_modules | |
# Dart | |
/.dart_tool | |
/.packages | |
# VIM | |
*.swp | |
#### project specific ignores below |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment