diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-30 04:50:53 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-08-30 04:50:53 -0700 |
| commit | 7f5a799b0a5344d5460025c05dd33e360eb9a87e (patch) | |
| tree | c9c3ecfe907389852abf99eb610664f234d0e9b0 /docs/narr/myproject/.gitignore | |
| parent | 33768fb147c26d93b2894a3504bcb117319a3629 (diff) | |
| download | pyramid-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/.gitignore | 21 |
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 |
