forked from eshant742/GROUP1-EDUWIZ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
52 lines (42 loc) · 805 Bytes
/
.gitignore
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
46
47
48
49
50
51
52
# Ignore Maven target directory
**/target/
# Ignore Maven dependency directory
**/.m2/
# Ignore Eclipse and IntelliJ IDEA files (sometimes used with Maven)
**/.classpath
**/.project
**/.settings/
**/.idea/
**/*.iml
# Ignore Node.js modules
**/node_modules/
# Ignore npm debug log files
**/npm-debug.log*
**/yarn-debug.log*
**/arn-error.log*
# Ignore logs
**/logs
**/*.log
# Ignore environment variable files
**/.env
**/.env.local
**/.env.development.local
**/.env.test.local
**/.env.production.local
# Ignore VSCode specific files and directories
**/.vscode/
**/.history/
# Ignore other common editor folders
**/*.sublime*
**/*.sublime*
# Ignore OS generated files
**/.DS_Store
**/Thumbs.db
# Ignore Mac system files
**/.DS_Store
**/*.swp
**/*.swo
**/._*
**/.Spotlight-V100
**/.Trashes
**/.idea/