Skip to content

Commit dbaae4c

Browse files
committed
feat(git): Add global gitignore file
1 parent 9a34575 commit dbaae4c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
gpgsign = true
77
[init]
88
defaultBranch = master
9+
[core]
10+
excludesFile = ~/.gitignore

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.python-version
2+
.tool-versions
3+
pyrightconfig.json
4+
.envrc
5+
.direnv/

0 commit comments

Comments
 (0)