/[sudobot]/trunk/.gitignore
ViewVC logotype

Diff of /trunk/.gitignore

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

revision 571 by rakin, Mon Jul 29 17:30:18 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  .idea/  /bun.lockb
5  *.db  
6  config/*  # Error logs
 !config/sample-config.json  
 test.ts  
 test.js  
 src/commands/test/  
7  yarn-error.log  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/  build/
22    
23    # Logs and temporary files
24  logs/  logs/
 site/  
 src/automod/SpamFilter3.ts  
 src/commands/settings/SpamFilterCommand.ts  
 src/commands/settings/SpamFilterCommand.ts.bak  
 package-lock.json  
25  tmp/  tmp/
26    /.blaze
27    *.tsbuildinfo
28    .extbuild
29    
30    # Test coverage
31    /coverage
32    
33    # Other files
34    src/commands/test/
35  fly.toml  fly.toml
 fly-2.toml  
 Dockerfile  
 setup.sh  
 .gitpodsetup.sh  
 .devcontainer/  
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.571  
changed lines
  Added in v.572

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26