Files
suwayomi-material-you-webui/.aiignore

14 lines
212 B
Plaintext
Raw Normal View History

2025-04-22 22:19:24 +02:00
# 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/
2025-08-02 23:13:50 +02:00
.env