mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-04 18:32:33 -05:00
108536234: created users and roles data and domain model.
You will need to run the /scripts/bootstrap.sh to create the database for test and the app.
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -56,11 +56,14 @@ docs/_build/
|
||||
# PyBuilder
|
||||
target/
|
||||
.idea/
|
||||
.DS_Store
|
||||
|
||||
# cache and static rebuild files
|
||||
assets/stylesheets/govuk_template/.sass-cache/
|
||||
app/assets/stylesheets/govuk_template/.sass-cache/
|
||||
.sass-cache/
|
||||
cache/
|
||||
static/stylesheets/govuk-template*
|
||||
static/css*
|
||||
static/css_all.css
|
||||
.cache/
|
||||
app/static/stylesheets/govuk-template*
|
||||
app/static/css*
|
||||
app/static/css_all.css
|
||||
app/static/.webassets-cache/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user