-
Notifications
You must be signed in to change notification settings - Fork 201
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (62 loc) · 1.05 KB
/
Copy path.gitignore
File metadata and controls
64 lines (62 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.env
*.sublime-project
*.sublime-workspace
node_modules
dev/*
*.swp
.sass-cache
clientlibs
apps
etc
*.xml
.vlt
.env-prod
content
./*.png
home
libs
var
.DS_Store
logs/*
data/*
data/mongod.lock
misc/*
public/scripts/bundle.js
public/scripts/bundle.js.map
npm-debug.log.*
npm-debug.log
pnpm-debug.log
# pnpm puts its content-addressable store in-project when home is on another filesystem
.pnpm-store/
yarn-error.log
.vscode/
package-lock.json
yarn.lock
public/images/Thumbs.db
public/images/custom-cardbacks
public/Thumbs.db
public/styles/style-dark.css
public/styles/style-light.css
public/styles/style-web.css
public/styles/style-main.css
public/styles/*.css.map
public/assets/
public/leaderboardData.json
public/public/*
coverage/*
.idea/
dump/
# Mongo dump archives (mongodump --archive --gzip) — prod data, must never reach the public repo
*.archive.gz
*.archive
scripts/out/*
public/images/emotesheet.png
# Keep .gitkeep files, even in ignored directories
!/**/.gitkeep
.snyk
.travis.yml
core
# Local AI-agent guidance (not committed)
CLAUDE.md
AGENTS.md
.claude/