mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-06 21:54:48 -04:00
Ignore web stuff
This commit is contained in:
parent
b71e50cf1d
commit
d29889d036
1 changed files with 25 additions and 6 deletions
31
.gitignore
vendored
31
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
||||||
# Created by https://www.gitignore.io/api/linux,godot,macos,backup,windows,dotnetcore,executable,monodevelop,visualstudiocode
|
# Created by https://www.toptal.com/developers/gitignore/api/macos,linux,godot,backup,windows,dotnetcore,executable,monodevelop,visualstudiocode,web
|
||||||
# Edit at https://www.gitignore.io/?templates=linux,godot,macos,backup,windows,dotnetcore,executable,monodevelop,visualstudiocode
|
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,linux,godot,backup,windows,dotnetcore,executable,monodevelop,visualstudiocode,web
|
||||||
|
|
||||||
### Backup ###
|
### Backup ###
|
||||||
*.bak
|
*.bak
|
||||||
|
@ -10,14 +10,13 @@
|
||||||
|
|
||||||
### DotnetCore ###
|
### DotnetCore ###
|
||||||
# .NET Core build folders
|
# .NET Core build folders
|
||||||
/bin
|
bin/
|
||||||
/obj
|
obj/
|
||||||
|
|
||||||
# Common node modules locations
|
# Common node modules locations
|
||||||
/node_modules
|
/node_modules
|
||||||
/wwwroot/node_modules
|
/wwwroot/node_modules
|
||||||
|
|
||||||
|
|
||||||
### Executable ###
|
### Executable ###
|
||||||
*.app
|
*.app
|
||||||
*.bat
|
*.bat
|
||||||
|
@ -37,8 +36,12 @@
|
||||||
export.cfg
|
export.cfg
|
||||||
export_presets.cfg
|
export_presets.cfg
|
||||||
|
|
||||||
|
# Imported translations (automatically generated from CSV files)
|
||||||
|
*.translation
|
||||||
|
|
||||||
# Mono-specific ignores
|
# Mono-specific ignores
|
||||||
.mono/
|
.mono/
|
||||||
|
data_*/
|
||||||
|
|
||||||
### Linux ###
|
### Linux ###
|
||||||
*~
|
*~
|
||||||
|
@ -99,11 +102,27 @@ test-results/
|
||||||
!.vscode/tasks.json
|
!.vscode/tasks.json
|
||||||
!.vscode/launch.json
|
!.vscode/launch.json
|
||||||
!.vscode/extensions.json
|
!.vscode/extensions.json
|
||||||
|
*.code-workspace
|
||||||
|
|
||||||
### VisualStudioCode Patch ###
|
### VisualStudioCode Patch ###
|
||||||
# Ignore all local history of files
|
# Ignore all local history of files
|
||||||
.history
|
.history
|
||||||
|
|
||||||
|
### Web ###
|
||||||
|
*.asp
|
||||||
|
*.cer
|
||||||
|
*.csr
|
||||||
|
*.css
|
||||||
|
*.htm
|
||||||
|
*.html
|
||||||
|
*.js
|
||||||
|
*.jsp
|
||||||
|
*.php
|
||||||
|
*.rss
|
||||||
|
*.wasm
|
||||||
|
*.wat
|
||||||
|
*.xhtml
|
||||||
|
|
||||||
### Windows ###
|
### Windows ###
|
||||||
# Windows thumbnail cache files
|
# Windows thumbnail cache files
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
@ -130,4 +149,4 @@ $RECYCLE.BIN/
|
||||||
# Windows shortcuts
|
# Windows shortcuts
|
||||||
*.lnk
|
*.lnk
|
||||||
|
|
||||||
# End of https://www.gitignore.io/api/linux,godot,macos,backup,windows,dotnetcore,executable,monodevelop,visualstudiocode
|
# End of https://www.toptal.com/developers/gitignore/api/macos,linux,godot,backup,windows,dotnetcore,executable,monodevelop,visualstudiocode,web
|
Loading…
Add table
Reference in a new issue