Skip to content

Commit 8bb95a8

Browse files
Merge pull request #255 from ARGA-Genomes/GitIgnoreFix
GitIgnore Toml Files
2 parents 74fd01e + a525630 commit 8bb95a8

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)