Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
YClimb committed Oct 13, 2020
1 parent 4c67b3c commit 53856fc
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,44 @@

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# maven ignore
target/
*.jar
*.war
*.zip
*.tar
*.tar.gz
*.class

# eclipse ignore
.settings/
.project
.classpath

# idea ignore
.idea/
*.ipr
*.iml
*.iws

# temp ignore
*.log
*.cache
*.diff
*.patch
*.tmp
/distribution/bin
/distribution/conf
/distribution/lib
server/*root.*
server/.root.*

# system ignore
.DS_Store
Thumbs.db
*.orig
*.class

*/.idea/
*/.mvn/
*/target/

0 comments on commit 53856fc

Please sign in to comment.