/[sudobot]/branches/9.x-dev/.gitignore
ViewVC logotype

Annotation of /branches/9.x-dev/.gitignore

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (hide annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File size: 452 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 rakinar2 577 # Node modules and lock files
2     node_modules/
3     package-lock.json
4     /bun.lockb
5    
6     # Error logs
7     yarn-error.log
8    
9     # Environment variables
10     .env
11     /.env*
12     /.env.docker
13    
14     # IDEs and editors
15     .idea/
16     /docs/.vscode
17     /.fleet
18     /.devcontainer
19    
20     # Build directory
21     build/
22    
23     # Logs and temporary files
24     logs/
25     tmp/
26     /.blaze
27     *.tsbuildinfo
28     .extbuild
29    
30     # Test coverage
31     /coverage
32    
33     # Other files
34     src/commands/test/
35     fly.toml
36     /storage
37    
38     # Backup files
39     *.bak
40     /backup
41    
42     # AI model data
43     *.traineddata

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26