Browse Source

ignore config file, write it from sample

nas 2 years ago
parent
commit
900e39f3a9
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      .gitignore

+ 4
- 1
.gitignore View File

@@ -32,4 +32,7 @@
32 32
 # Ignore master key for decrypting credentials and more.
33 33
 /config/master.key
34 34
 .vscode
35
-.env
35
+.env
36
+
37
+# Ignore config file
38
+*.cfg

Loading…
Cancel
Save