Browse Source

Add .gitignore

Brendan Abolivier 7 years ago
parent
commit
00b8177617
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      .gitignore

+ 8
- 0
.gitignore View File

@@ -0,0 +1,8 @@
1
+# tmp files
2
+.*.swp
3
+
4
+# test files or folders
5
+test*
6
+
7
+# config/sensible files
8
+config.json