Add IntelliJ project files and folders to .gitignore
This commit is contained in:
parent
a2c5535da1
commit
27cb0e4012
|
@ -1,5 +1,14 @@
|
||||||
|
# Maven build folders
|
||||||
/tool/target/
|
/tool/target/
|
||||||
/runtime/Java/target/
|
/runtime/Java/target/
|
||||||
/gunit/target/
|
/gunit/target/
|
||||||
*.hprof
|
|
||||||
/antlr4-maven-plugin/target/
|
/antlr4-maven-plugin/target/
|
||||||
|
|
||||||
|
# IntelliJ projects
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# Profiler results
|
||||||
|
*.hprof
|
||||||
|
|
Loading…
Reference in New Issue