Skip to content

Commit

Permalink
Clean Git Stack - Nuxt commit (#2086)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds authored Dec 17, 2024
1 parent ca17800 commit 1d5b4b6
Show file tree
Hide file tree
Showing 134 changed files with 15,662 additions and 2,840 deletions.
2 changes: 0 additions & 2 deletions ppr-ui/.dockerignore

This file was deleted.

10 changes: 0 additions & 10 deletions ppr-ui/.editorconfig

This file was deleted.

4 changes: 0 additions & 4 deletions ppr-ui/.eslintignore

This file was deleted.

40 changes: 0 additions & 40 deletions ppr-ui/.eslintrc.js

This file was deleted.

1 change: 0 additions & 1 deletion ppr-ui/.gcloudignore

This file was deleted.

158 changes: 18 additions & 140 deletions ppr-ui/.gitignore
Original file line number Diff line number Diff line change
@@ -1,146 +1,24 @@
# 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
/dist

# 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.*
# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.cache
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
*.postman_environment.json
coverage/

# Translations
*.mo
*.pot

# 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
dist

# SageMath parsed files
*.sage.py
# Node dependencies
node_modules

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.env.local
.env.*.local
configuration.json.*
local/

# Template parameter files
k8s/*.param

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

# vuepress
/**/.temp
# Logs
logs
*.log

# node
/**/node_modules

# OS specific
/**/.DS_Store
/**/node_modules

# IDE
/**/.vscode
*/*/.idea/*
/**/.idea/*
.idea/*

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
# Misc
.DS_Store
.fleet
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# Misc backups
*.bak

# IDE history
.history
.firebase
.firebaserc
# Local env files
.env
.env.*
!.env.example
19 changes: 0 additions & 19 deletions ppr-ui/.sonarcloud.properties

This file was deleted.

74 changes: 0 additions & 74 deletions ppr-ui/CODE_OF_CONDUCT.md

This file was deleted.

10 changes: 0 additions & 10 deletions ppr-ui/CONTRIBUTING.md

This file was deleted.

23 changes: 0 additions & 23 deletions ppr-ui/Dockerfile

This file was deleted.

Loading

0 comments on commit 1d5b4b6

Please sign in to comment.