Skip to content

Commit b66ee08

Browse files
committed
Ignore direnv and vim swap files
1 parent 3893cf0 commit b66ee08

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,10 @@ cython_debug/
158158
# and can be added to the global gitignore or merged into this file. For a more nuclear
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160
#.idea/
161+
162+
# Direnv
163+
.envrc
164+
.direnv
165+
166+
# Vim
167+
*.sw?

{{cookiecutter.repo_name}}/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,10 @@ cython_debug/
158158
# and can be added to the global gitignore or merged into this file. For a more nuclear
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160
#.idea/
161+
162+
# Direnv
163+
.envrc
164+
.direnv
165+
166+
# Vim
167+
*.sw?

0 commit comments

Comments
 (0)