Skip to content

Commit 7d6078e

Browse files
authored
feat: S3 integration (#25)
* chore: basic aws s3 setup * feat: terraform * fix: finally its working * chore: model revert * chore: remove todo
1 parent dc93fed commit 7d6078e

30 files changed

+281
-204
lines changed

backend/.gitignore

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,33 @@ static/
3636

3737
# OS generated files
3838
.DS_Store
39-
Thumbs.db
39+
Thumbs.db
40+
41+
# Local .terraform directories
42+
.terraform/
43+
44+
# Terraform state files
45+
*.tfstate
46+
*.tfstate.*
47+
48+
# Crash log files
49+
crash.log
50+
51+
# Terraform variable files (containing sensitive data)
52+
*.tfvars
53+
*.tfvars.json
54+
55+
# Override files, which may contain sensitive data
56+
override.tf
57+
override.tf.json
58+
59+
# .terraform.lock.hcl files (optional to include, especially in team environments)
60+
.terraform.lock.hcl
61+
62+
# IDE and editor folders
63+
.vscode/
64+
.idea/
65+
66+
# Operating system files
67+
.DS_Store
68+
Thumbs.db

backend/bitmatch/a3/__init__.py

Whitespace-only changes.

backend/bitmatch/a3/admin.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

backend/bitmatch/a3/apps.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

backend/bitmatch/a3/migrations/__init__.py

Whitespace-only changes.

backend/bitmatch/a3/models.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

backend/bitmatch/a3/tests.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

backend/bitmatch/a3/urls.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

backend/bitmatch/a3/views.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

backend/bitmatch/a4/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)