Updated Gitignore

- Removed Apache license
This commit is contained in:
Tony Bark 2023-03-14 06:44:46 -04:00
parent c46d0e27e4
commit 51d2475f4d
2 changed files with 58 additions and 205 deletions

62
.gitignore vendored
View file

@ -1,6 +1,34 @@
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
# Created by https://www.toptal.com/developers/gitignore/api/godot,linux,macos,visualstudiocode,windows
# Edit at https://www.toptal.com/developers/gitignore?templates=godot,linux,macos,visualstudiocode,windows
# Created by https://www.toptal.com/developers/gitignore/api/windows,web,visualstudiocode,monodevelop,macos,linux,godot,executable,dotnetcore,backup
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,web,visualstudiocode,monodevelop,macos,linux,godot,executable,dotnetcore,backup
### Backup ###
*.bak
*.gho
*.ori
*.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 4+ specific ignores
@ -41,7 +69,8 @@ mono_crash.*.json
.LSOverride
# Icon must end with two \r
Icon
Icon
# Thumbnails
._*
@ -66,6 +95,16 @@ Temporary Items
# iCloud generated files
*.icloud
### MonoDevelop ###
#User Specific
*.userprefs
*.usertasks
#Mono Project Files
*.pidb
*.resources
test-results/
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
@ -85,6 +124,21 @@ Temporary Items
.history
.ionide
### Web ###
*.asp
*.cer
*.csr
*.css
*.htm
*.html
*.js
*.jsp
*.php
*.rss
*.wasm
*.wat
*.xhtml
### Windows ###
# Windows thumbnail cache files
Thumbs.db
@ -111,7 +165,7 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
# End of https://www.toptal.com/developers/gitignore/api/godot,linux,macos,visualstudiocode,windows
# End of https://www.toptal.com/developers/gitignore/api/windows,web,visualstudiocode,monodevelop,macos,linux,godot,executable,dotnetcore,backup
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)