/[sudobot]/trunk/.gitignore
ViewVC logotype

Annotation of /trunk/.gitignore

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (hide annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File size: 466 byte(s)
chore: add trunk
1 rakinar2 575 # 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
44    
45     # Data
46     /data

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26