Skip to content

Commit c9f5903

Browse files
committed
ignoreme
1 parent c0597cb commit c9f5903

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.gitignore

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# OSX leaves these everywhere on SMB shares
2+
._*
3+
4+
# OSX trash
5+
.DS_Store
6+
7+
# Eclipse files
8+
.classpath
9+
.project
10+
.settings/**
11+
12+
# Emacs save files
13+
*~
14+
\#*\#
15+
.\#*
16+
17+
# Vim-related files
18+
[._]*.s[a-w][a-z]
19+
[._]s[a-w][a-z]
20+
*.un~
21+
Session.vim
22+
.netrwhist
23+
24+
# NGINX Plus license files
25+
*.crt
26+
*.key
27+
28+
# Visual Studio Code settings
29+
.vscode
30+
31+
# Default certificate and key
32+
default.pem
33+
34+
# IntelliJ IDEA
35+
.idea
36+
37+
# Scratch Directory
38+
scratch/

0 commit comments

Comments
 (0)