Skip to content

Commit

Permalink
fix: remove .envs folder from .gitignore since we have sample env…
Browse files Browse the repository at this point in the history
… files in there

good to have `*.env.sample` files in version control
to make it easy not only for your future self
but also for others to get started on a project
  • Loading branch information
engineervix committed Jul 21, 2021
1 parent 42465a2 commit e6f65e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ Simply choose one of the three and delete the others. If you don't like any of t

- [ ] Add docker support
- [ ] Improve the CI/CD pipelines for the generated wagtail project, to handle automatic deployments
- [ ] Add better production-level features to make it easy to move from development to production (serving static assets, mail, caching, perfomance, task queues, Nginx and uWsgi/Gunicorn configuration, etc.) (*This is already in progress*)

### Project Features

Expand All @@ -196,6 +195,7 @@ Simply choose one of the three and delete the others. If you don't like any of t
- [X] Write tests and setup CI for this cookiecutter package
- [X] Possibly add support for other popular CI options (added CircleCI and GitHub Actions)
- [X] Add `Gulp` support (No longer using `Grunt`)
- [X] Add better production-level features to make it easy to move from development to production (serving static assets, mail, caching, perfomance, task queues, Nginx and uWsgi/Gunicorn configuration, etc.) (*This is always a work in progress, will continue updating as necessary*)

### Deprecated

Expand Down
3 changes: 1 addition & 2 deletions {{cookiecutter.project_slug}}/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -697,9 +697,8 @@ webpack-stats.json
mediafiles/

# @engineervix's custom settings

# .envs/
.backups/
.envs/
.logs/
.research/
.resources/

0 comments on commit e6f65e5

Please sign in to comment.