adding IDEs configurations to .gitignore
This commit is contained in:
parent
b0c33771f0
commit
4905940ea8
|
|
@ -1 +1,18 @@
|
|||
target/
|
||||
#Eclipse project files
|
||||
.classpath
|
||||
.project
|
||||
.settings
|
||||
|
||||
#Netbeans project files
|
||||
nbactions.xml
|
||||
nb-configuration.xml
|
||||
|
||||
#Maven build folder
|
||||
target
|
||||
|
||||
#Idea project files
|
||||
checkstyle.iml
|
||||
.idea
|
||||
|
||||
#Temp files
|
||||
*~
|
||||
|
|
|
|||
Loading…
Reference in New Issue