-
-
Notifications
You must be signed in to change notification settings - Fork 385
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (41 loc) · 918 Bytes
/
.gitignore
File metadata and controls
45 lines (41 loc) · 918 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# It is best to ignoring editor and system files in a local .gitignore configuration file.
# However, in order to prevent issues, they are ignored here.
.DS_STORE
.idea
# IntelliJ IDEA module file
*.iml
*.log
/.eslintcache
/coverage
/docs/.env.local
/docs/.next
/docs/export
/docs/src/app/(private)/playground/*
!/docs/src/app/(private)/playground/\[slug\]
/docs/public/feed/
/docs/reference/temp/*
/test/regressions/screenshots
# created by netlify dev (to perform local debug)
.netlify
build
build-tests
node_modules
package-lock.json
size-snapshot.json
# vale downloaded config
.github/styles/
.nx/cache
.nx/workspace-data
# Remove if you want to pregenerate the docs md files
docs/public/llms.txt
docs/public/llms-full.txt
docs/public/react
.cursor/rules/nx-rules.mdc
.github/instructions/nx.instructions.md
# typescript
*.tsbuildinfo
next-env.d.ts
# Claude
.claude/settings.local.json
# Testing
test-results/