/[sudobot]/trunk/.gitignore
ViewVC logotype

Diff of /trunk/.gitignore

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 59 by rakin, Mon Jul 29 17:28:25 2024 UTC revision 572 by rakinar2, Mon Jul 29 17:51:37 2024 UTC
# Line 1  Line 1 
1  .env  # Node modules and lock files
2  node_modules/  node_modules/
3  .vscode/  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/  .idea/
16  database.db  /docs/.vscode
17  config/*  /.fleet
18  test.ts  /.devcontainer
19  test.js  
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/  src/commands/test/
 yarn-error.log  
 build/  
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

Legend:
Removed from v.59  
changed lines
  Added in v.572

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26