We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dea283 commit b2ef713Copy full SHA for b2ef713
β.gitignoreβ
@@ -12,26 +12,5 @@ __pycache__
12
# mac os thumbs files
13
.DS_Store
14
15
-# Godot import folders
16
-.import
17
-.cache
18
-
19
-# Godot runtime logs
20
-logs
21
22
-# Scons build artefact
23
-.sconsign.dblite
24
25
-# scons stuff
26
-/custom.py
27
28
# Build directory
29
/build/
30
31
-# Autogenerated by Cython
32
-/pythonscript/_pythonscript_api.h
33
34
-# Lazy generated symlinks on build
35
-/examples/*/addons
36
-/tests/*/addons
37
-/tests/*/lib
βexamples/SConscriptβ
0 commit comments