Przeglądaj źródła

Update gitignore

Tulir Asokan 2 lat temu
rodzic
commit
c625ee3ba7
1 zmienionych plików z 5 dodań i 4 usunięć
  1. 5 4
      .gitignore

+ 5 - 4
.gitignore

@@ -1,5 +1,6 @@
-config.yaml
-discord
-logs/
-registration.yaml
+*.yaml
+!example-config.yaml
+!.pre-commit-config.yaml
+
 *.db*
+*.log*