mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
docker,git: ignore more files
This commit is contained in:
committed by
nitnelave
parent
110b7c7d5b
commit
6c9086cc78
+10
-2
@@ -14,15 +14,23 @@ Dockerfile
|
||||
.dockerignore
|
||||
|
||||
# Don't track docs
|
||||
README.md
|
||||
*.md
|
||||
LICENSE
|
||||
docs/*
|
||||
example_configs/*
|
||||
|
||||
# Output of `npm install rollup`
|
||||
node_modules/*
|
||||
package-lock.json
|
||||
package.json
|
||||
|
||||
# Pre-build binaries
|
||||
*.tar.gz
|
||||
|
||||
# Various config files that shouldn't be tracked
|
||||
.env
|
||||
lldap_config.toml
|
||||
server_key
|
||||
users.db*
|
||||
screenshot.png
|
||||
recipe.json
|
||||
*.md
|
||||
|
||||
Reference in New Issue
Block a user