-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (48 loc) · 1.56 KB
/
.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
55
# file: .gitignore
#------------------------------------------------------------------------------
# ARTIFACTS DEVELOPMENT
#------------------------------------------------------------------------------
.venv
__pycache__
# Since shell.nix on NixOS is special, we use its copy i.e. shell-example.nix for versioning
shell.nix
#------------------------------------------------------------------------------
# ARTIFACTS EDITOR
#------------------------------------------------------------------------------
*.un~
*.org~
#------------------------------------------------------------------------------
# BUILD OR DIST
#------------------------------------------------------------------------------
# It's so lonely here...
#------------------------------------------------------------------------------
# DOCUMENTS AND NOTES
#------------------------------------------------------------------------------
CHANGELOG.md
docs/GDD.md
notes.md
notes.org
#------------------------------------------------------------------------------
# DRAFTS
#------------------------------------------------------------------------------
archive
*_py.txt
#------------------------------------------------------------------------------
# MISC
#------------------------------------------------------------------------------
src/data/images/background/level_0
src/data/images/entities/player/config.json
src/data/sfx/peaks
issues.md
issues.org
build/tiptoe
dist/src
tiptoe.tar.gz
# TESTS
.hypothesis/examples
.hypothesis/unicode_data
src/internal/test_getting_started_hypothesis.py.txt
test_assets/
tmp
.vscode
game.tar.gz