Skip to content

Commit

Permalink
chore: remove cruft* from gitignore
Browse files Browse the repository at this point in the history
* If I am wrong, someone will tell me, and I'll add it back. New tactic from Wes. Do not get used to it.
  • Loading branch information
wesleyboar committed Mar 15, 2024
1 parent f0111e8 commit 70e9790
Showing 1 changed file with 3 additions and 121 deletions.
124 changes: 3 additions & 121 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,56 +1,17 @@
# ignore intellij IDE things
.idea/

# OsX DS_Store nonsense
# macOS DS_Store nonsense
.DS_Store
nohup.out

# ignore virtualenv folder
.env/

/portal/.docs/build/

#ignore local static and media folders
server/static
server/portal/static/vendor/lib/node_modules
server/media
server/cms
server/docs

# Ignore local Django settings
# ignore secrets & settings
*secrets.py
*settings_secret.py
*settings_local.py

docker_repo.var
server/src

#ignore portal.env
portal.env

#celery
celerybeat-schedule

# don't commit certs
certs/

# no node modules
node_modules/

#no coverage
client/coverage

# no client build
client/build/

# no client side build
/portal/static/build/

# in case you leave that here
datadump.json

# no development databases
db.sqlite3*

# ignore various Python things
__pycache__/
Expand Down Expand Up @@ -81,90 +42,11 @@ docs/_build/
.docs/build/
target/

/server/conf/docker/logs.txt

###############################
# Ansible .gitignores content.
.vagrant/
/static
Vagrantfile.local
vagrantfile.local
*.retry

# Custom

# Byte-compiled / optimized / DLL files
*.zip
*.exe
*.msi
__pycache__/
*.py[cod]
db.sqlite3
logs/
log/
docker/requirements.txt
.db/
# C extensions
*.so

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

# 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
.cache
nosetests.xml
coverage.xml

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Ansible config files
playbooks/hosts
!playbooks/group_vars/*.example.yml
!playbooks/roles/secret_files/.gitkeep

# vscode
.vscode/

# Gitcrypt key
portal_crypt.key

# vim stuff
*.swp

0 comments on commit 70e9790

Please sign in to comment.