diff options
Diffstat (limited to '{{cookiecutter.project_name}}/.gitignore')
-rw-r--r-- | {{cookiecutter.project_name}}/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/{{cookiecutter.project_name}}/.gitignore b/{{cookiecutter.project_name}}/.gitignore new file mode 100644 index 0000000..907670f --- /dev/null +++ b/{{cookiecutter.project_name}}/.gitignore @@ -0,0 +1,9 @@ +.*.swp +*.pyc +*.pyo +.DS_Store +tags +.ropeproject +*.actual +.vimcache +.idea
\ No newline at end of file |