cmvr-es/.aiignore
2026-02-05 17:31:18 +08:00

14 lines
208 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/