- Accompanying css - Views to serve the Chat Client - first test version of the TRACIE_SELECTION_SPECIALIST - ESS Implemented.
20 lines
300 B
Plaintext
20 lines
300 B
Plaintext
# An .aiignore file follows the same syntax as a .gitignore file.
|
|
# .gitignore documentation: https://git-scm.com/docs/gitignore
|
|
|
|
# you can ignore files
|
|
.DS_Store
|
|
*.log
|
|
*.tmp
|
|
|
|
# or folders
|
|
dist/
|
|
build/
|
|
out/
|
|
nginx/node_modules/
|
|
nginx/static/
|
|
db_backups/
|
|
docker/eveai_logs/
|
|
docker/logs/
|
|
docker/minio/
|
|
|