We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0597cb commit c9f5903Copy full SHA for c9f5903
.gitignore
@@ -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