Skip to content

Commit 8d05ed9

Browse files
author
Martin Jackson
committed
Add .gitignore
1 parent a2ccd03 commit 8d05ed9

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

.gitignore

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/helm,vim,linux
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=helm,vim,linux
3+
4+
### Helm ###
5+
# Chart dependencies
6+
**/charts/*.tgz
7+
8+
### Linux ###
9+
*~
10+
11+
# temporary files which can be created if a process still has a handle open of a deleted file
12+
.fuse_hidden*
13+
14+
# KDE directory preferences
15+
.directory
16+
17+
# Linux trash folder which might appear on any partition or disk
18+
.Trash-*
19+
20+
# .nfs files are created when an open file is removed but is still being accessed
21+
.nfs*
22+
23+
### Vim ###
24+
# Swap
25+
[._]*.s[a-v][a-z]
26+
!*.svg # comment out if you don't need vector files
27+
[._]*.sw[a-p]
28+
[._]s[a-rt-v][a-z]
29+
[._]ss[a-gi-z]
30+
[._]sw[a-p]
31+
32+
# Session
33+
Session.vim
34+
Sessionx.vim
35+
36+
# Temporary
37+
.netrwhist
38+
# Auto-generated tag files
39+
tags
40+
# Persistent undo
41+
[._]*.un~
42+
43+
# End of https://www.toptal.com/developers/gitignore/api/helm,vim,linux
44+
45+
.vscode/

0 commit comments

Comments
 (0)