23 lines
280 B
Plaintext
23 lines
280 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/
|
|
.idea/
|
|
|
|
/.aiignore
|
|
.aiignore
|
|
|
|
/.env
|
|
/.env.*
|
|
.env
|
|
.env.*
|
|
**/.env
|
|
**/.env.* |