update gitignore (add *.jsonl)
This commit is contained in:
parent
baba0d611d
commit
441d06463a
5
.gitignore
vendored
5
.gitignore
vendored
@ -4,6 +4,10 @@ tmp/
|
|||||||
zhipuai/
|
zhipuai/
|
||||||
data/
|
data/
|
||||||
|
|
||||||
|
*.jsonl
|
||||||
|
# ./generate_data/*.josnl
|
||||||
|
# ./generate_data/*/*/*.josnl
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
@ -167,3 +171,4 @@ cython_debug/
|
|||||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user