summaryrefslogtreecommitdiff
path: root/docs/narr/myproject/.gitignore
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-08-30 04:50:53 -0700
committerSteve Piercy <web@stevepiercy.com>2018-08-30 04:50:53 -0700
commit7f5a799b0a5344d5460025c05dd33e360eb9a87e (patch)
treec9c3ecfe907389852abf99eb610664f234d0e9b0 /docs/narr/myproject/.gitignore
parent33768fb147c26d93b2894a3504bcb117319a3629 (diff)
downloadpyramid-7f5a799b0a5344d5460025c05dd33e360eb9a87e.tar.gz
pyramid-7f5a799b0a5344d5460025c05dd33e360eb9a87e.tar.bz2
pyramid-7f5a799b0a5344d5460025c05dd33e360eb9a87e.zip
Update narr/project.rst and /myproject starter cookiecutter source files
Diffstat (limited to 'docs/narr/myproject/.gitignore')
-rw-r--r--docs/narr/myproject/.gitignore21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/narr/myproject/.gitignore b/docs/narr/myproject/.gitignore
new file mode 100644
index 000000000..1853d983c
--- /dev/null
+++ b/docs/narr/myproject/.gitignore
@@ -0,0 +1,21 @@
+*.egg
+*.egg-info
+*.pyc
+*$py.class
+*~
+.coverage
+coverage.xml
+build/
+dist/
+.tox/
+nosetests.xml
+env*/
+tmp/
+Data.fs*
+*.sublime-project
+*.sublime-workspace
+.*.sw?
+.sw?
+.DS_Store
+coverage
+test