Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjoy-sust committed Feb 26, 2019
1 parent 1b68df8 commit 8e49ac7
Showing 1 changed file with 23 additions and 20 deletions.
43 changes: 23 additions & 20 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
# Compiled class file
*.class
.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar

# Log file
*.log
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans

# BlueJ files
*.ctxt
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
classes/
.nb-gradle/

0 comments on commit 8e49ac7

Please sign in to comment.