Spaces:
Running
Running
Commit ·
78b9577
1
Parent(s): da3df8c
uploading files
Browse files- .gitignore +16 -0
.gitignore
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
venv/
|
| 2 |
node_modules/
|
| 3 |
*.log
|
|
|
|
| 1 |
+
<<<<<<< HEAD
|
| 2 |
+
=======
|
| 3 |
+
|
| 4 |
+
# Ignore everything
|
| 5 |
+
*
|
| 6 |
+
|
| 7 |
+
# But don't ignore the chunker_hf directory
|
| 8 |
+
#!chunker_hf/
|
| 9 |
+
#!chunker_hf/**
|
| 10 |
+
!C:\Users\wd052\OneDrive\Desktop\00\Works\PB\py\chunker\chunker_hf\**
|
| 11 |
+
!C:\Users\wd052\OneDrive\Desktop\00\Works\PB\py\chunker\chunker_hf\
|
| 12 |
+
|
| 13 |
+
# Don't ignore the .gitignore file itself
|
| 14 |
+
!.gitignore
|
| 15 |
+
|
| 16 |
+
>>>>>>> ebaf5b0 (init)
|
| 17 |
venv/
|
| 18 |
node_modules/
|
| 19 |
*.log
|