mirror of
https://github.com/Relintai/the_tower.git
synced 2025-02-20 17:14:37 +01:00
Better gitignore setup.
This commit is contained in:
parent
d517289fc8
commit
11247ccbaa
32
.gitignore
vendored
32
.gitignore
vendored
@ -1,16 +1,34 @@
|
|||||||
\exports/
|
\exports/
|
||||||
\.import/
|
\.import/
|
||||||
|
|
||||||
addons/scene_notes/
|
engine
|
||||||
|
modules/*
|
||||||
|
logs/*
|
||||||
|
|
||||||
addons/todo/
|
*.d
|
||||||
|
*.o
|
||||||
|
*.meta
|
||||||
|
game/.import/**
|
||||||
|
game/.prop_tool_temp/**
|
||||||
|
.sconsign.dblite
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
scene-notes\.ini
|
export/**
|
||||||
|
release/**
|
||||||
|
|
||||||
todo\.cache\.ini
|
.vs/*
|
||||||
|
.kdev4/*
|
||||||
|
.vscode/*
|
||||||
|
|
||||||
todo\.config\.ini
|
TestRWTextures
|
||||||
|
|
||||||
export_presets\.cfg
|
_build/*
|
||||||
|
_binaries/*
|
||||||
|
game/android/build/*
|
||||||
|
|
||||||
export.cfg
|
*.blend1
|
||||||
|
.dir-locals.el
|
||||||
|
|
||||||
|
build.config
|
||||||
|
|
||||||
|
__pycache__/*
|
16
game/.gitignore
vendored
Normal file
16
game/.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
\exports/
|
||||||
|
\.import/
|
||||||
|
|
||||||
|
addons/scene_notes/
|
||||||
|
|
||||||
|
addons/todo/
|
||||||
|
|
||||||
|
scene-notes\.ini
|
||||||
|
|
||||||
|
todo\.cache\.ini
|
||||||
|
|
||||||
|
todo\.config\.ini
|
||||||
|
|
||||||
|
export_presets\.cfg
|
||||||
|
|
||||||
|
export.cfg
|
Loading…
Reference in New Issue
Block a user