update gitingore & dockerignore

This commit is contained in:
SrGooglo 2025-03-28 18:31:12 +00:00
parent 45e62d07e2
commit 015d48fcd9
2 changed files with 36 additions and 21 deletions

View File

@ -1,8 +1,32 @@
./node_modules
./build
./dist
./ssl
# Secrets
/**/**/.env
/**/**/.ssl
# secrets
./api.production.env
./.env
# Trash
/**/**/*.log
/**/**/dumps.log
/**/**/.crash.log
/**/**/.tmp
/**/**/.cache
/**/**/cache
/**/**/out
/**/**/.out
/**/**/dist
/**/**/node_modules
/**/**/corenode_modules
/**/**/.DS_Store
/**/**/.evite
/**/**/uploads
/**/**/d_data
/**/**/redis_data
/**/**/*.env
# Locks
/**/**/package-lock.json
/**/**/yarn.lock
# Logs
/**/**/npm-debug.log*
/**/**/yarn-error.log
/**/**/dumps.log
/**/**/corenode.log

View File

@ -1,10 +1,6 @@
# Secrets
/**/**/.env
/**/**/origin.server
/**/**/server.manifest
/**/**/server.registry
/**/**/_shared
/**/**/.ssl
# Trash
/**/**/*.log
@ -19,23 +15,18 @@
/**/**/node_modules
/**/**/corenode_modules
/**/**/.DS_Store
/**/**/package-lock.json
/**/**/yarn.lock
/**/**/.evite
/**/**/uploads
/**/**/d_data
/**/**/redis_data
/**/**/*.tar
/**/**/*.7z
/**/**/*.zip
/**/**/*.env
# Locks
/**/**/package-lock.json
/**/**/yarn.lock
# Logs
/**/**/npm-debug.log*
/**/**/yarn-error.log
/**/**/dumps.log
/**/**/corenode.log
# Temporal configurations
/**/**/.aliaser
/ssl/