added gitignore to no push build files
This commit is contained in:
parent
45262657b7
commit
f03614c13b
1 changed files with 43 additions and 0 deletions
43
.gitignore
vendored
Normal file
43
.gitignore
vendored
Normal 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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue