Skip to content

Commit 5441a04

Browse files
committed
dev: Add Git to gitignore
1 parent 6a7cffc commit 5441a04

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

.gitignore

+18-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
1-
# Created by https://www.toptal.com/developers/gitignore/api/osx,linux,dotenv,python,windows,visualstudiocode
2-
# Edit at https://www.toptal.com/developers/gitignore?templates=osx,linux,dotenv,python,windows,visualstudiocode
1+
# Created by https://www.toptal.com/developers/gitignore/api/osx,linux,dotenv,python,windows,visualstudiocode,git
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=osx,linux,dotenv,python,windows,visualstudiocode,git
33

44
### dotenv ###
55
.env
66

7+
### Git ###
8+
# Created by git for backups. To disable backups in Git:
9+
# $ git config --global mergetool.keepBackup false
10+
*.orig
11+
12+
# Created by git when using merge tools for conflicts
13+
*.BACKUP.*
14+
*.BASE.*
15+
*.LOCAL.*
16+
*.REMOTE.*
17+
*_BACKUP_*.txt
18+
*_BASE_*.txt
19+
*_LOCAL_*.txt
20+
*_REMOTE_*.txt
21+
722
### Linux ###
823
*~
924

@@ -264,7 +279,7 @@ $RECYCLE.BIN/
264279
# Windows shortcuts
265280
*.lnk
266281

267-
# End of https://www.toptal.com/developers/gitignore/api/osx,linux,dotenv,python,windows,visualstudiocode
282+
# End of https://www.toptal.com/developers/gitignore/api/osx,linux,dotenv,python,windows,visualstudiocode,git
268283

269284
# See: https://github.com/clemlesne/gitops-version
270285
.version.cache

0 commit comments

Comments
 (0)