update git ignore for os stuff
This commit is contained in:
parent
33b4f578e3
commit
cc6c89325c
1 changed files with 6 additions and 2 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,3 +1,7 @@
|
||||||
|
# OS stuff
|
||||||
|
###################
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
# Intellij
|
# Intellij
|
||||||
###################
|
###################
|
||||||
.idea
|
.idea
|
||||||
|
@ -8,9 +12,9 @@
|
||||||
.project
|
.project
|
||||||
.settings
|
.settings
|
||||||
.classpath
|
.classpath
|
||||||
# reverting this as e.g. /distribution/feature-packs/server-feature-pack/src/main/resources/content/bin/
|
# reverting this as e.g. /distribution/feature-packs/server-feature-pack/src/main/resources/content/bin/
|
||||||
# should not be ignored
|
# should not be ignored
|
||||||
#bin/
|
#bin/
|
||||||
.factorypath
|
.factorypath
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue