mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-12-09 17:09:41 -05:00
don't track data/config.json
Auto-generating it is better as random seed can be made unique upon first run Signed-off-by: hrj <harshad.rj@gmail.com>
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,6 +1,5 @@
|
||||
/*.log
|
||||
/*.png
|
||||
**/*.db
|
||||
/bin/
|
||||
/project/**
|
||||
/target/
|
||||
@@ -17,3 +16,6 @@
|
||||
/known/
|
||||
/unknown/
|
||||
/lib/fonts/
|
||||
|
||||
# for data/
|
||||
/data
|
||||
|
||||
Reference in New Issue
Block a user