Updated .gitignore
- Re-added ignorance for IDE preferences
This commit is contained in:
parent
ba427904c7
commit
4c986d9db3
|
|
@ -12,5 +12,11 @@ Thumbs.db
|
||||||
# Project-specific dependencies
|
# Project-specific dependencies
|
||||||
bin/
|
bin/
|
||||||
build/
|
build/
|
||||||
|
eclipse/
|
||||||
repo/
|
repo/
|
||||||
run/
|
run/
|
||||||
|
|
||||||
|
# IDEA files
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue