/[sudobot]/trunk/.gitignore
ViewVC logotype

Contents of /trunk/.gitignore

Parent Directory Parent Directory | Revision Log Revision Log


Revision 632 - (show annotations)
Thu Oct 10 17:53:11 2024 UTC (5 months, 2 weeks ago) by rakinar2
File size: 510 byte(s)
chore: synchronize

1 # 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
47 /installed_extensions
48
49 # API docs
50 /api_docs

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26