jRandomSkills/.gitignore
Astra e94235f31b chore: build no longer writes "jRandomSkills - Server Files"
Drop the csproj Copy* targets and the directory's .gitignore entry. release.sh now assembles a
single tarball laid out like game/csgo/ (plugin, gamedata, compiled Panorama layouts) straight from
the build output and sources; updater.json points at it.
2026-09-24 21:44:32 +01:00

43 lines
604 B
Text

# Ignore build outputs recursively
**/bin/
**/obj/
**/publish/
**/artifacts/
**/out/
**/TestResults/
# Ignore specific project-level build dirs (legacy/explicit)
jRandomSkills\ -\ SRC Files/*/bin/
jRandomSkills\ -\ SRC Files/*/obj/
WASDMenuAPI\ -\ SRC Files/*/bin/
WASDMenuAPI\ -\ SRC Files/*/obj/
# .NET / MSBuild artifacts
*.exe
*.pdb
*.nupkg
*.runtimeconfig.json
project.lock.json
project.fragment.lock.json
# IDE / editor
.vs/
.vscode/
.idea/
*.suo
*.user
*.userosscache
# Logs, caches, temp
log/
*.log
debug_*.txt
perf_*.txt
*.cache
*.tmp
*.temp
# Other common ignores
node_modules/
dist/
.env