mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-24 12:21:22 -05:00
Move app/.gitignore entries to .gitignore
`app/.gitignore` existed to list anything that we wanted ignored from the repository but not listed in `.cfignore` (which just symlinked the `.gitinore` at the root). Now `.gitignore` and `.cfignore` are split, this is no longer necessary.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -23,6 +23,7 @@ var/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
venv/
|
||||
app/version.py
|
||||
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
@@ -62,6 +63,7 @@ target/
|
||||
.vscode
|
||||
|
||||
# Frontend dependencies and compiled assets
|
||||
app/static
|
||||
app/assets/stylesheets/govuk_template/.sass-cache/
|
||||
.sass-cache/
|
||||
cache/
|
||||
|
||||
2
app/.gitignore
vendored
2
app/.gitignore
vendored
@@ -1,2 +0,0 @@
|
||||
/version.py
|
||||
/static
|
||||
Reference in New Issue
Block a user