Compare commits
2 commits
aacdc46011
...
150945ae54
Author | SHA1 | Date | |
---|---|---|---|
150945ae54 | |||
08a7a1e010 |
5 changed files with 12 additions and 1 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -1,3 +1,14 @@
|
||||||
# Godot 4+ specific ignores
|
# Godot 4+ specific ignores
|
||||||
.godot/
|
.godot/
|
||||||
/android/
|
|
||||||
|
# Ignore the contents of the subfolders within 'exports', but not the folders themselves
|
||||||
|
export/windows/*
|
||||||
|
export/linux/*
|
||||||
|
export/web/*
|
||||||
|
export/android/*
|
||||||
|
export/movies/*
|
||||||
|
!export/windows/.gitkeep
|
||||||
|
!export/linux/.gitkeep
|
||||||
|
!export/web/.gitkeep
|
||||||
|
!export/android/.gitkeep
|
||||||
|
!export/movies/.gitkeep
|
||||||
|
|
0
export/linux/.gitkeep
Executable file
0
export/linux/.gitkeep
Executable file
0
export/movies/.gitkeep
Executable file
0
export/movies/.gitkeep
Executable file
0
export/web/.gitkeep
Executable file
0
export/web/.gitkeep
Executable file
0
export/windows/.gitkeep
Executable file
0
export/windows/.gitkeep
Executable file
Loading…
Reference in a new issue