新規作成
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
# ===== Visual Studio =====
|
||||
.vs/
|
||||
*.user
|
||||
*.suo
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# ===== Build output =====
|
||||
bin/
|
||||
obj/
|
||||
|
||||
# ===== .NET Core =====
|
||||
appsettings.Development.json
|
||||
appsettings.*.json
|
||||
secrets.json
|
||||
|
||||
# ===== Logs =====
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# ===== OS =====
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# ===== Docker / NAS =====
|
||||
docker-data/
|
||||
*.bak
|
||||
*.tmp
|
||||
Reference in New Issue
Block a user