-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (47 loc) · 980 Bytes
/
.gitignore
File metadata and controls
54 lines (47 loc) · 980 Bytes
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
# generic
.env
node_modules
# public version omissions
## full folders
assets/*
src/commands/event/*
src/commands/secrets/*
src/basecommands/event/*
src/basecommands/secrets/*
## non-command stuff
src/events/client/guildBanAdd.js
src/modules/cloudlink-client.js
src/util/aprilfools.js
## commands & command modules
src/util/freearttranslator.js
src/util/gamejam-themegen.js
src/resources/basic_automod.js
src/commands/gameidea.js
src/commands/textmodifier/joyous.js
# runtime folders
cache/*
databases/*
memes/*
temp/*
## probably old runtime folders?
data/*
build/*
# scratchblocks clutter
scratchblocks/*.pyc
scratchblocks/*.swp
scratchblocks/.DS_Store
scratchblocks/build/
scratchblocks/node_modules
scratchblocks/package-lock.json
scratchblocks/npm-debug.log
scratchblocks/src/_cache
scratchblocks/tests/*.svg
# misc, really just dump whatever you want here
homework/*
Thumbs.db
spoonfeederPings.json
aaa_eval_stuff.txt
dump.txt
scripts/*.bat
.dev/*
src/commands/.dev/*