Created
December 24, 2017 08:57
-
-
Save aorjoa/70e787d208d8731a38b680649f85e70f to your computer and use it in GitHub Desktop.
Git ignore file for SE 60
This file contains 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
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