-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
79 lines (67 loc) · 1.27 KB
/
Copy path.gitignore
File metadata and controls
79 lines (67 loc) · 1.27 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# ### Python ### #
venv/
*.pyc*
*__pycache__/
*.egg-info/
dist/
build/
*.pot
*.mo
# ### Node.js ### #
node_modules/
npm-debug.log
yarn-error.log
# ### Development IDE & Editor ### #
.vscode/*
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# ### Local Development Guidelines (SECURITY REMINDERS) ### #
.commit-checklist
# ### Environment & Configuration (SENSITIVE) ### #
.env
.env.local
.env.*.local
godot/.env.build
godot/.env
# ### Android Keystore (SENSITIVE - contains private key) ### #
godot/*.keystore
godot/*.keystore.*
godot/.keystore
# ### Godot Cache & Build ### #
.godot/
*.cache*
godot/.godot/
# ### Godot Build Configuration (GENERATED) ### #
godot/auth_config.txt
# ### Godot Plugins (downloaded separately) ### #
godot/addons/
# ### Android Build Artifacts ### #
ctrln.apk
godot/ctrln.apk
# ### Asset Files (Media) ### #
assets/
godot/assets/
godot/ctrln-unsigned.apk
godot/ctrln-debug.apk
godot/ctrln.apk.idsig
godot/android/build/build/
godot/android/build/bin/
godot/android/build/dist/
godot/android/build/outputs/
godot/android/build/intermediates/
godot/android/build/.gradle/
# ### Asset Metadata (Windows Zone Identifiers) ### #
*:Zone.Identifier
# ### Development & Test ### #
BuildResources/
assets/*
player_data/
tests/pygame_tests/
.temp/*
scratch/
*.orig
*.backup