jak-project/.gitignore
Tyler Wilding 7117a512c7
docs: Refresh the homepage and add some basic gallery support (#1051)
* docs: refresh the homepage

* docs: basic gallery support added

* homepage background image back to jpg

* docs: remove data file tracker, as it's soon to be removed
2022-01-04 21:05:27 -05:00

37 lines
327 B
Plaintext

# for CMake
/Testing
# for clion
cmake-build-debug/*
.idea/*
build/*
decompiler_out/*
logs/*
# for Nix
/result*
\#*#
.#*#
*.pyc
# output from our tools
*.bin
*.log
*.p2s
savestate-out/
failures/
ee-results.json
# graphics debug
debug_out/*
gfx_dumps/*
# game stuff
game_config/*
imgui.ini
# website stuff
node_modules/