mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
Explain .gitignore & .cfignore differences
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# This file is a copy of .gitignore except for file/folders created by the build
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
8
.gitignore
vendored
8
.gitignore
vendored
@@ -23,7 +23,6 @@ var/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
venv/
|
||||
app/version.py
|
||||
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
@@ -63,14 +62,12 @@ target/
|
||||
.vscode
|
||||
|
||||
# Frontend dependencies and compiled assets
|
||||
app/static
|
||||
app/assets/stylesheets/govuk_template/.sass-cache/
|
||||
.sass-cache/
|
||||
cache/
|
||||
node_modules
|
||||
bower_components
|
||||
npm-debug.log
|
||||
app/templates/vendor
|
||||
|
||||
environment.sh
|
||||
.envrc
|
||||
@@ -78,3 +75,8 @@ environment.sh
|
||||
# CloudFoundry
|
||||
.cf
|
||||
package-lock.json
|
||||
|
||||
# Files/folders created by build so not present in .cfignore
|
||||
app/version.py
|
||||
app/static
|
||||
app/templates/vendor
|
||||
|
||||
Reference in New Issue
Block a user