mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
33 lines
440 B
Plaintext
Executable File
33 lines
440 B
Plaintext
Executable File
# Secrets
|
|
/**/**/.env
|
|
/**/**/.ssl
|
|
|
|
# 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
|