Spaces:
Build error
Build error
Commit
·
471cf98
1
Parent(s):
760fae4
.gitignore : slim gitignore
Browse files- .gitignore +1 -86
.gitignore
CHANGED
|
@@ -1,88 +1,3 @@
|
|
| 1 |
-
.env# Distribution / packaging
|
| 2 |
-
.Python
|
| 3 |
-
env/
|
| 4 |
-
build/
|
| 5 |
-
develop-eggs/
|
| 6 |
-
dist/
|
| 7 |
-
downloads/
|
| 8 |
-
eggs/
|
| 9 |
-
.eggs/
|
| 10 |
-
lib/
|
| 11 |
-
lib64/
|
| 12 |
-
parts/
|
| 13 |
-
sdist/
|
| 14 |
-
var/
|
| 15 |
-
*.egg-info/
|
| 16 |
-
.installed.cfg
|
| 17 |
-
*.egg
|
| 18 |
-
node_modules/
|
| 19 |
.idea/
|
| 20 |
venv/
|
| 21 |
-
|
| 22 |
-
.env
|
| 23 |
-
.env-prod
|
| 24 |
-
|
| 25 |
-
# cache folder
|
| 26 |
-
cache/*
|
| 27 |
-
!cache/.gitkeep
|
| 28 |
-
__pycache__/
|
| 29 |
-
*.pyc
|
| 30 |
-
|
| 31 |
-
# crts folder
|
| 32 |
-
certs/*
|
| 33 |
-
!certs/.gitkeep
|
| 34 |
-
|
| 35 |
-
# logs folder
|
| 36 |
-
logs/*
|
| 37 |
-
!logs/.gitkeep
|
| 38 |
-
|
| 39 |
-
# local folder
|
| 40 |
-
local/*
|
| 41 |
-
!local/.gitkeep
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
# package directories
|
| 45 |
-
node_modules
|
| 46 |
-
jspm_packages
|
| 47 |
-
|
| 48 |
-
# Serverless directories
|
| 49 |
-
.serverless
|
| 50 |
-
|
| 51 |
-
package-lock.json
|
| 52 |
-
|
| 53 |
-
/dev/geckodriver.log
|
| 54 |
-
|
| 55 |
-
/dev/homepage_screenshots
|
| 56 |
-
|
| 57 |
-
serverless/**/wrap.py
|
| 58 |
-
|
| 59 |
-
/scraper/setup.py
|
| 60 |
-
/dbs/
|
| 61 |
-
|
| 62 |
-
twistd.pid
|
| 63 |
-
|
| 64 |
-
.vscode/*
|
| 65 |
-
|
| 66 |
-
db/stackabot_data_local_dump.sql
|
| 67 |
-
|
| 68 |
-
**/.terraform/*
|
| 69 |
-
|
| 70 |
-
*.tfstate
|
| 71 |
-
*.tfstate.*
|
| 72 |
-
|
| 73 |
-
crash.log
|
| 74 |
-
crash.*.log
|
| 75 |
-
|
| 76 |
-
*.tfvars
|
| 77 |
-
*.tfvars.json
|
| 78 |
-
|
| 79 |
-
override.tf
|
| 80 |
-
override.tf.json
|
| 81 |
-
*_override.tf
|
| 82 |
-
*_override.tf.json
|
| 83 |
-
|
| 84 |
-
.terraformrc
|
| 85 |
-
terraform.rc
|
| 86 |
-
|
| 87 |
-
terraform/install/**
|
| 88 |
-
terraform/archives/**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
.idea/
|
| 2 |
venv/
|
| 3 |
+
.env
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|