aboutsummaryrefslogtreecommitdiff
path: root/{{cookiecutter.project_name}}/.gitignore
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-03-21 16:44:04 -0600
committerCody Hiar <codyfh@gmail.com>2018-03-21 16:44:04 -0600
commitfdceedd5b753b580e29771a3a5f46538ffd41393 (patch)
tree4999ea4146fc559ddcde4a2c9416cbb70bbcffc7 /{{cookiecutter.project_name}}/.gitignore
initial commit
Diffstat (limited to '{{cookiecutter.project_name}}/.gitignore')
-rw-r--r--{{cookiecutter.project_name}}/.gitignore9
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