reorganizing build scripts
This commit is contained in:
parent
633c1e87e8
commit
b894b60b65
430 changed files with 136 additions and 53943 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
|
@ -1,4 +1,10 @@
|
|||
.env.production
|
||||
staticfiles/*
|
||||
!staticfiles/.gitkeep
|
||||
seed/0004_TestUsers.json
|
||||
seed/0005_TradeOffers.json
|
||||
media/trade_offers
|
||||
|
||||
# OSX #
|
||||
.DS_Store
|
||||
|
||||
|
|
@ -10,7 +16,6 @@ __pycache__/
|
|||
# Django #
|
||||
*.log
|
||||
db.sqlite3
|
||||
media
|
||||
|
||||
# Virtual environment
|
||||
.venv
|
||||
|
|
@ -90,13 +95,6 @@ web_modules/
|
|||
# Yarn Integrity file
|
||||
.yarn-integrity
|
||||
|
||||
# dotenv environment variable files
|
||||
.env
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.env.local
|
||||
|
||||
# parcel-bundler cache (https://parceljs.org/)
|
||||
.cache
|
||||
.parcel-cache
|
||||
|
|
@ -284,7 +282,6 @@ celerybeat.pid
|
|||
*.sage.py
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
|
|
@ -327,7 +324,4 @@ cython_debug/
|
|||
.ruff_cache/
|
||||
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
|
||||
## Fly.io
|
||||
fly.toml
|
||||
.pypirc
|
||||
Loading…
Add table
Add a link
Reference in a new issue