Skip to content

Commit a4c1aa2

Browse files
committed
build(project): add pnpm-lock.yaml, .gitignore, .vercelignore
1 parent 370cf8b commit a4c1aa2

File tree

3 files changed

+10601
-21
lines changed

3 files changed

+10601
-21
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Project
22
desktop.ini
33
.DS_Store
4-
pnpm-lock.yaml
5-
package-lock.json
64
public/bookmarks/
75
public/bookmarks.json
86
endpoints.md

.vercelignore

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
1-
# Dump and Migrations
2-
sql/
3-
database/
4-
*.sql
51

6-
# Docs
2+
# Project
3+
74
docs/
85
*.md
96
README.md
10-
11-
# Tests data and fixtures
12-
*.csv
13-
*.json
14-
15-
# Local configuration files
16-
.env.local
17-
.env.*
18-
!.env.production
19-
20-
# Tools and binaries for local development
21-
supabase/
22-
scripts/
23-
*.sh
7+
LICENSE

0 commit comments

Comments
 (0)