gitignore should only skip /config, not any config directories.

This commit is contained in:
Fabio Manganiello 2023-08-31 23:56:57 +02:00
parent 9aaf2559fa
commit 5481ae753d
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

2
.gitignore vendored
View file

@ -10,7 +10,7 @@ package.sh
platypush/backend/http/static/resources/* platypush/backend/http/static/resources/*
docs/build docs/build
.idea/ .idea/
config /config
platypush/backend/http/static/css/*/.sass-cache/ platypush/backend/http/static/css/*/.sass-cache/
.vscode .vscode
platypush/backend/http/static/js/lib/vue.js platypush/backend/http/static/js/lib/vue.js