forked from flow-ow/dol-kr
-
Notifications
You must be signed in to change notification settings - Fork 236
/
Copy path.gitignore
54 lines (43 loc) · 864 Bytes
/
.gitignore
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
# A gitignore file specifies intentionally untracked files that Git
# should ignore. Files already tracked by Git are not affected!!
## The `git add` command can be used to add ignored files with the
## -f (force) option.
## Consult `git help gitignore` and `git help add` for more info.
# Keys to sign the generated .apks. You don't want them leaked.
/keys/*
# Generated apks themselves.
/dist/*
# Compiled game htmls.
Degrees of Lewdity*.html
# Archives
*.7z
*.zip
*.rar
*.tar
*.gz
*.xz
# Node directories and dependencies
node_modules/
# Operating System files
Desktop.ini
Thumbs.db
# Hidden, temporary, and logging files
.*
*~
*.tmp
*.log
# Miscellaneous formats
*.iml
# Ignoring working folder for Quin2k
mod/
*.code-workspace
release/
# Save files
*.save
# Gitlab configuration
!.gitlab
#Temp
/img/*
*.bak
# custom
#/game/01-config/certification/*