-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
27 lines (21 loc) · 607 Bytes
/
Copy path.gitignore
File metadata and controls
27 lines (21 loc) · 607 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Please do not use this ignore file to define platform specific files.
#
# For these purposes create a global .gitignore file, which is a list of rules
# for ignoring files in every Git repository on your workstation.
#
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
# Do not ignore .cursor commands and rules.
!/.cursor/rules/*.mdc
!/.cursor/commands/*.md
# Application and docker compose environment variables.
/.env
# Next.js output
/.next
# Node modules
/node_modules
# SQLite database files
/data/*.db
/data/*.db-wal
/data/*.db-shm
# Code coverage stuff.
/coverage