update .gitignore
This commit is contained in:
parent
1852924fbc
commit
a82cdf16de
1 changed files with 6 additions and 2 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -22,8 +22,7 @@ logs/
|
||||||
*.iml
|
*.iml
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
#valid-auth.edn
|
# config files
|
||||||
#valid-config.edn
|
|
||||||
my-auth.edn
|
my-auth.edn
|
||||||
my-config.edn
|
my-config.edn
|
||||||
auth-local.edn
|
auth-local.edn
|
||||||
|
@ -31,4 +30,9 @@ config-local.edn
|
||||||
auth.edn
|
auth.edn
|
||||||
config.edn
|
config.edn
|
||||||
|
|
||||||
|
# certificate
|
||||||
ca.crt
|
ca.crt
|
||||||
|
|
||||||
|
# chaches
|
||||||
|
.clj-kondo/.cache
|
||||||
|
.lsp/.cache/
|
||||||
|
|
Loading…
Reference in a new issue