Skip to content

Instantly share code, notes, and snippets.

@hpoul
Last active June 15, 2020 11:50
Show Gist options
  • Save hpoul/b78f7a1b3cde988f3ce4d12e954367eb to your computer and use it in GitHub Desktop.
Save hpoul/b78f7a1b3cde988f3ce4d12e954367eb to your computer and use it in GitHub Desktop.
Scratchbook for my favorite .gitignore
# 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