the_tower/.gitignore

34 lines
288 B
Plaintext
Raw Normal View History

2020-06-11 12:23:35 +02:00
\exports/
\.import/
2022-02-09 15:21:51 +01:00
engine
modules/*
logs/*
2020-06-11 12:23:35 +02:00
2022-02-09 15:21:51 +01:00
*.d
*.o
*.meta
game/.import/**
game/.prop_tool_temp/**
.sconsign.dblite
.DS_Store
2020-06-11 12:23:35 +02:00
2022-02-09 15:21:51 +01:00
export/**
release/**
2020-06-11 12:23:35 +02:00
2022-02-09 15:21:51 +01:00
.vs/*
.kdev4/*
.vscode/*
2020-06-11 12:23:35 +02:00
2022-02-09 15:21:51 +01:00
TestRWTextures
2020-06-11 12:23:35 +02:00
2022-02-09 15:21:51 +01:00
_build/*
_binaries/*
game/android/build/*
2020-06-11 12:23:35 +02:00
2022-02-09 15:21:51 +01:00
*.blend1
.dir-locals.el
build.config
__pycache__/*