Renderer/.gitignore
austin a34dc4a4dc
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
cleaning up top level folder
2024-11-23 14:49:57 -05:00

71 lines
895 B
Plaintext

/target
#macos nonsense
/**/.DS_Store
/build
/launcher/launcher.exe
/src/launcher/launcher.exe
/dependency-reduced-pom.xml
/nb-configuration.xml
/Telephone-*.jar
/NetArranger*.jar
/lwjglx-debug-*.jar
/hs_err_pid*
/replay_pid*
/trace.log
.classpath
.project
#want to allow .settings/org.eclipse.jdt.core.prefs
#.settings
.dbeaver
#windows nonense
/**/Thumbs.db
#docs backup files
/docs/~$NetworkFlow.drawio.bkp
/docs/~$NetworkFlow.drawio.dtmp
#saves
/saves/random_sp_world
/saves/defaultLevel*
/saves/generation_testing
#screenshots
/assets/Screenshots
#debug
/netmonitor
#vscode
.settings
#testing cache
.testcache
#docs
/docs-dist
/docs/DoxygenWarningLog.txt
#imgui local layout
/imgui.ini
#script engine related
/assets/Scripts/compiler/typescript.js
#spreadsheet stuff
*/~$*.xlsx
#General cache for the engine
/.cache
#Memory debug files
/heap.dump
/heap.dump.hwcache
/tmp