forked from oscarrobert-star/ecommerce-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
94 lines (77 loc) · 969 Bytes
/
Copy path.gitignore
File metadata and controls
94 lines (77 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# Node modules
node_modules/
# Vite & React build output
dist/
.vite/
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
.env
.venv/
venv/
env/
ENV/
backend/env/*
backend/.env
frontend/admin_page/*
frontend/client_page/*
# Virtualenvs
pip-log.txt
pip-delete-this-directory.txt
# dotenv
.env*
!.env.example
backend/**/.env
# Log files
*.log
*.log.*
# SQLite / DB
*.sqlite3
*.db
# MacOS
.DS_Store
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# Linux
*~
# VSCode
.vscode/
# JetBrains IDEs (PyCharm, WebStorm, etc.)
.idea/
# Docker
# **/Dockerfile
docker-compose.override.yml
.dockerignore
# Git
*.orig
# Coverage reports
htmlcov/
coverage.xml
*.cover
*.py,cover
# Test outputs
.tox/
.nox/
.pytest_cache/
nosetests.xml
test-results.xml
junit-*.xml
# Misc
*.swp
# Terraform directories and state
.terraform/
*.tfstate
*.tfstate.*
crash.log
*.tfvars
override.tf
override.tf.json
*_override.tf
*_override.tf.json
.terraform.lock.hcl
terraform.tfvars.json