Skip to content

Commit

Permalink
single .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyDrane committed Jul 4, 2023
1 parent cc098e1 commit e360b33
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 482 deletions.
83 changes: 53 additions & 30 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,30 +83,8 @@ profile_default/
ipython_config.py

# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock

# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
.python-version

.pdm.toml

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
Expand Down Expand Up @@ -152,9 +130,54 @@ dmypy.json
# Cython debug symbols
cython_debug/

# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# dependencies
node_modules/
/.pnp
.pnp.js

# testing
/coverage

# next.js
.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env*.local
.env

/public/__ENV.js

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

*.zip
out/
.vscode

# mkdocs documentation
/site

# Sphinx documentation
docs/_build/

# terraform files
.terraform/
.terraform.lock.hcl
140 changes: 0 additions & 140 deletions api/.gitignore

This file was deleted.

1 change: 1 addition & 0 deletions api/static/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

139 changes: 0 additions & 139 deletions infrastructure/.gitignore

This file was deleted.

Loading

0 comments on commit e360b33

Please sign in to comment.