Blame Raw
Cohee · 4ab4fca8 · · 62 lines (767 B)
1 contributor
1# --- Git & CI ---
2.git
3.github
4.gitignore
5
6# --- Docker ---
7/Dockerfile
8/.dockerignore
9/docker/docker-compose.yml
10/docker/config
11/docker/extensions
12/docker/data
13/docker/plugins
14/docker/dist
15/public/scripts/extensions/third-party
16
17# --- Plugins (keep only package files) ---
18/plugins/*
19!/plugins/package.json
20!/plugins/package-lock.json
21
22# --- The Folders ---
23/backups
24/cache
25/colab
26/data
27/dist
28/node_modules
29/tests
30
31# --- Sensitive Info ---
32**/.env*
33**/*.pem
34**/certs
35
36# --- Documentation ---
37readme*
38*.md
39Update-Instructions.txt
40
41# --- OS & System Junk ---
42**/.DS_Store
43*.bat
44*.cmd
45*.exe
46start.sh
47
48# --- Dev Config ---
49.editorconfig
50.eslintrc.cjs
51.eslintrc*
52.vscode
53**/jsconfig.json
54.npmignore
55.gemini
56replit.nix
57.replit
58.nomedia
59
60# -- Logs & Temp ---
61*.log
62**/tmp