mirror of
https://github.com/tonytins/godotstarter.git
synced 2025-03-14 21:51:25 +00:00
Updated .gitignore
- Updated gitingore to include .NET, Monodevelop, and executables
This commit is contained in:
parent
dbe6453ac0
commit
3766ea8ac2
1 changed files with 35 additions and 3 deletions
38
.gitignore
vendored
38
.gitignore
vendored
|
@ -3,8 +3,8 @@
|
|||
*.wav
|
||||
*.ogg
|
||||
|
||||
# Created by https://www.gitignore.io/api/linux,godot,macos,backup,windows,visualstudiocode
|
||||
# Edit at https://www.gitignore.io/?templates=linux,godot,macos,backup,windows,visualstudiocode
|
||||
# Created by https://www.gitignore.io/api/linux,godot,macos,backup,windows,dotnetcore,executable,monodevelop,visualstudiocode
|
||||
# Edit at https://www.gitignore.io/?templates=linux,godot,macos,backup,windows,dotnetcore,executable,monodevelop,visualstudiocode
|
||||
|
||||
### Backup ###
|
||||
*.bak
|
||||
|
@ -13,6 +13,28 @@
|
|||
*.orig
|
||||
*.tmp
|
||||
|
||||
### DotnetCore ###
|
||||
# .NET Core build folders
|
||||
/bin
|
||||
/obj
|
||||
|
||||
# Common node modules locations
|
||||
/node_modules
|
||||
/wwwroot/node_modules
|
||||
|
||||
|
||||
### Executable ###
|
||||
*.app
|
||||
*.bat
|
||||
*.cgi
|
||||
*.com
|
||||
*.exe
|
||||
*.gadget
|
||||
*.jar
|
||||
*.pif
|
||||
*.vb
|
||||
*.wsf
|
||||
|
||||
### Godot ###
|
||||
|
||||
# Godot-specific ignores
|
||||
|
@ -66,6 +88,16 @@ Network Trash Folder
|
|||
Temporary Items
|
||||
.apdisk
|
||||
|
||||
### MonoDevelop ###
|
||||
#User Specific
|
||||
*.userprefs
|
||||
*.usertasks
|
||||
|
||||
#Mono Project Files
|
||||
*.pidb
|
||||
*.resources
|
||||
test-results/
|
||||
|
||||
### VisualStudioCode ###
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
|
@ -103,4 +135,4 @@ $RECYCLE.BIN/
|
|||
# Windows shortcuts
|
||||
*.lnk
|
||||
|
||||
# End of https://www.gitignore.io/api/linux,godot,macos,backup,windows,visualstudiocode
|
||||
# End of https://www.gitignore.io/api/linux,godot,macos,backup,windows,dotnetcore,executable,monodevelop,visualstudiocode
|
Loading…
Add table
Reference in a new issue