chore: Adapt project env to memoorje
This commit is contained in:
parent
5206f95e3f
commit
96f4a81a3b
7 changed files with 116 additions and 40 deletions
46
.gitignore
vendored
46
.gitignore
vendored
|
@ -1,35 +1,27 @@
|
|||
# local env files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
.DS_Store
|
||||
node_modules
|
||||
/dist
|
||||
__pycache__/
|
||||
|
||||
/data/*
|
||||
!/data/.gitkeep
|
||||
/db.sqlite3
|
||||
/venv/
|
||||
/media/
|
||||
|
||||
/dist/
|
||||
*.egg-info/
|
||||
/build/
|
||||
/.pybuild/
|
||||
/.tox/
|
||||
.coverage*
|
||||
/debian/*debhelper*
|
||||
/debian/*.substvars
|
||||
/debian/files
|
||||
/debian/python3-userausfall/
|
||||
/debian/userausfall/
|
||||
/debian/userausfall-webapp/
|
||||
/.pybuild/
|
||||
/build/
|
||||
/userausfall.egg-info/
|
||||
|
||||
node_modules/
|
||||
app/dist/
|
||||
npm-debug.log*
|
||||
|
||||
.idea/
|
||||
*.env*
|
||||
*.swp
|
||||
|
|
Reference in a new issue