This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
cookiecutter-flask-app
mirror of
https://github.com/brettlangdon/cookiecutter-flask-app.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Move gitignore into project skeleton
master
Brett Langdon
10 years ago
parent
c710d00b6a
commit
9345742775
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
.gitignore
+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
Write
Preview
Loading…
Cancel
Save