Browse Source

Move gitignore into project skeleton

master
Brett Langdon 10 years ago
parent
commit
9345742775
2 changed files with 3 additions and 3 deletions
  1. +0
    -3
      .gitignore
  2. +3
    -0
      {{cookiecutter.project_name}}/.gitignore

+ 0
- 3
.gitignore View File

@ -1,3 +0,0 @@
aws_reboot/static/.webassets-cache
aws_reboot/static/dist
node_modules

+ 3
- 0
{{cookiecutter.project_name}}/.gitignore View File

@ -0,0 +1,3 @@
{{cookiecutter.project_name}}/static/.webassets-cache
{{cookiecutter.project_name}}/static/dist
node_modules

Loading…
Cancel
Save