Skip to content

Instantly share code, notes, and snippets.

@aorjoa
Created December 24, 2017 08:57
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 aorjoa/70e787d208d8731a38b680649f85e70f to your computer and use it in GitHub Desktop.
Save aorjoa/70e787d208d8731a38b680649f85e70f to your computer and use it in GitHub Desktop.
Git ignore file for SE 60
build/
node_modules/
src/main/resources/static/built/
*.class
# Package Files #
*.jar
*.war
*.ear
#Gradle temporary files
target/
#Eclipse files
**/.project
**/.classpath
**/.settings/
blog/bin/
**/.tern-project
#IntelliJ files
**/*.iml
**/.idea
**/.gradle
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment