forked from lustime/JavaWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (29 loc) · 418 Bytes
/
.gitignore
File metadata and controls
38 lines (29 loc) · 418 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
################ JAVA ################
# temp folders
classes
target
logs
# temp files
*.class
*.jar
*.war
################ JAVASCRIPT ################
# dependencies
node_modules
# temp folders
build
dist
_book
_jsdoc
# temp files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
bundle*.js
################ IDEA ################
.idea
*.iml
################ Eclipse ################
.classpath
.project