ignoring bin/ directories instead of bin files
This commit is contained in:
parent
dda365e002
commit
b21e784826
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -8,7 +8,7 @@
|
|||
.project
|
||||
.settings
|
||||
.classpath
|
||||
bin
|
||||
bin/
|
||||
.factorypath
|
||||
|
||||
|
||||
|
@ -57,4 +57,4 @@ target
|
|||
##########
|
||||
# KEYCLOAK-5391: We will re-exclude node_modules when node_modules handling is worked out.
|
||||
# For now, we keep our js libraries checked into GitHub, so we don't ignore.
|
||||
#node_modules
|
||||
#node_modules
|
||||
|
|
Loading…
Reference in a new issue