Spaces:
Paused
Paused
Mohammed Foud commited on
Commit ·
8045621
1
Parent(s): 143c682
all
Browse files- .cursorignore +2 -1
- .gitignore +4 -2
.cursorignore
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
node_modules
|
| 2 |
trash
|
| 3 |
build
|
| 4 |
-
pnpm-lock.yaml
|
|
|
|
|
|
| 1 |
node_modules
|
| 2 |
trash
|
| 3 |
build
|
| 4 |
+
pnpm-lock.yaml
|
| 5 |
+
etc/*
|
.gitignore
CHANGED
|
@@ -37,5 +37,7 @@ coverage
|
|
| 37 |
trash
|
| 38 |
logs
|
| 39 |
.env
|
| 40 |
-
|
| 41 |
-
|
|
|
|
|
|
|
|
|
| 37 |
trash
|
| 38 |
logs
|
| 39 |
.env
|
| 40 |
+
etc/*
|
| 41 |
+
|
| 42 |
+
# But NOT this specific file
|
| 43 |
+
!etc/.webook_profile
|