added gitignore to no push build files

This commit is contained in:
Vinicius Trevisan 2026-01-28 23:58:50 -03:00
parent 45262657b7
commit f03614c13b

43
.gitignore vendored Normal file
View file

@ -0,0 +1,43 @@
# Ignore build outputs recursively
**/bin/
**/obj/
**/publish/
**/artifacts/
**/out/
**/TestResults/
# Ignore specific project-level build dirs (legacy/explicit)
*/bin/
*/obj/
jRandomSkills-Source/bin/
jRandomSkills-Source/obj/
WASDMenuAPI-Source/*/bin/
WASDMenuAPI-Source/*/obj/
# .NET / MSBuild artifacts
*.dll
*.exe
*.pdb
*.nupkg
*.runtimeconfig.json
project.lock.json
project.fragment.lock.json
packages/
# IDE / editor
.vs/
.vscode/
.idea/
*.suo
*.user
*.userosscache
# Logs, caches, temp
*.log
*.cache
*.tmp
*.temp
# Other common ignores
node_modules/
dist/