Initial commit
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# Secrets
|
||||
.env
|
||||
**/appsettings.Local.json
|
||||
|
||||
# .NET
|
||||
**/bin/
|
||||
**/obj/
|
||||
**/logs/
|
||||
*.user
|
||||
|
||||
# Node / frontend
|
||||
**/node_modules/
|
||||
**/dist/
|
||||
|
||||
# IDE / OS
|
||||
.vs/
|
||||
.idea/*
|
||||
!.idea/.idea.DailyMeals/
|
||||
.idea/.idea.DailyMeals/*
|
||||
!.idea/.idea.DailyMeals/.idea/
|
||||
.idea/.idea.DailyMeals/.idea/*
|
||||
!.idea/.idea.DailyMeals/.idea/runConfigurations/
|
||||
!.idea/.idea.DailyMeals/.idea/runConfigurations/**
|
||||
.toolchain/
|
||||
.DS_Store
|
||||
*.log
|
||||
Reference in New Issue
Block a user