Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Oct 17, 2022
1 parent 90ea26d commit 69270b8
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# Maven
/target/

# Eclipse
.classpath
.project
.settings
.settings

# Intellij
*.iml
idea/

# NetBeans
nbactions.xml
**/nbproject/private/
**/nbproject/Makefile-*.mk
**/nbproject/Package-*.bash
build/
nbbuild/
dist/
nbdist/
.nb-gradle/

0 comments on commit 69270b8

Please sign in to comment.