-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (31 loc) · 707 Bytes
/
.gitignore
File metadata and controls
36 lines (31 loc) · 707 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
node_modules
.env
.env.test
.env.local
access.log
package-lock.json
yarn-error.log
# Ignore all files in the .vscode directory
.vscode/*
# Except for the following files
!.vscode/settings.json
!.vscode/launch.json
!.vscode/tasks.json
!.vscode/extensions.json
# Ignore all files in the .idea directory
.idea/*
# Allow versioning of specific project configuration files
!.idea/vcs.xml
!.idea/encodings.xml
!.idea/codeStyles/codeStyleConfig.xml
!.idea/codeStyles/Project.xml
!.idea/dictionaries/
!.idea/copyright/
!.idea/misc.xml
!.idea/modules.xml
!.idea/sqldialects.xml
# Ignore workspace-related and other user-specific files
.idea/workspace.xml
.idea/tasks.xml
.idea/usage.statistics.xml
.idea/shelf/