Skip to content

Commit a525630

Browse files
Combined ignoring of toml files in root directory
1 parent 74fd01e commit a525630

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
*.gz
2222
*.rar
2323

24+
# Modifyable files in root directory
25+
/*.toml
26+
2427
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2528
hs_err_pid*
2629

@@ -53,8 +56,6 @@ dataSources/**/*.toml
5356
.env
5457
*.DS_Store
5558
*.code-workspace
56-
secrets.toml
57-
config.toml
5859

5960
# Cached Files #
6061
*__pycache__

0 commit comments

Comments
 (0)