Skip to content

Instantly share code, notes, and snippets.

@malys
Created January 25, 2018 14:12
Show Gist options
  • Save malys/0c3abfccf9bced3db697edc3ff12c4ed to your computer and use it in GitHub Desktop.
Save malys/0c3abfccf9bced3db697edc3ff12c4ed to your computer and use it in GitHub Desktop.
[Git ignore] #git
/.idea/
/.classpath
/.project
/.settings/
*.iml
/dependency-reduced-pom.xml
/target/
git config --global core.excludesfile %USERPROFILE%\.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment