Skip to content

Commit

Permalink
Prune down .gitignore file to try to prevent exclusion of actual json…
Browse files Browse the repository at this point in the history
… and yml

files in recent commits.
  • Loading branch information
jonasbardino committed Jan 12, 2024
1 parent c8c70a2 commit f8addbf
Showing 1 changed file with 0 additions and 125 deletions.
125 changes: 0 additions & 125 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,128 +1,6 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Daemon stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

.idea/

# Do not store name pipes or state files like job queues, locks, maps or modified lists
*.stdin
*.pickle
*.pck
*.out
*.pem
*.lock
*.map
*.modified

# LetsEncrypt domain verification
state/wwwpublic/.well-known/acme-challenge/*

# User data
state/wwwpublic/vgrid/*
state/log/*
state/secrets/*

# Known site-specific symlinks
state/wwwpublic/index.html
state/wwwpublic/cookie-policy.pdf
Expand All @@ -134,8 +12,5 @@ state/wwwpublic/terms.html
state/wwwpublic/tips-snippet.html
state/wwwpublic/.well-known/security.txt

# VS Code
.vscode/

# Mac OSX noise
*.DS_Store

0 comments on commit f8addbf

Please sign in to comment.