mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-26 06:09:41 +00:00
add git ignore file
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
/static
|
||||||
|
/media
|
||||||
|
.idea/
|
||||||
|
*.pyc
|
||||||
|
media/
|
||||||
|
*.name
|
||||||
|
*.iml
|
||||||
|
*.log
|
||||||
|
*.xml
|
||||||
|
*.pyo
|
||||||
|
.DS_Store
|
||||||
|
.idea
|
||||||
|
venv/*
|
||||||
|
static/*
|
||||||
|
*.pem
|
||||||
|
*.sqlite3
|
||||||
|
/migrations/__pycache__/
|
||||||
|
/__pycache__/
|
||||||
|
/*.pyc
|
||||||
|
*/__pycache__/*.pyc
|
||||||
|
__pycache__/
|
||||||
|
*.env
|
||||||
|
ve/*
|
||||||
|
|
Reference in New Issue
Block a user