forked from dromara/MaxKey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
58 lines (42 loc) · 830 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
53
54
55
56
57
58
# Compiled class file
#.gitignore
*.class
.classpath
.project
classpath-data.json
.myumldata
setEnvVars.bat
**/bin
**/bin/**
/.metadata
*/.metadata/*
.idea
/.settings
**/.settings
**/.settings/**
/.sts4-cache
**/.sts4-cache/**
# Log file
*.log
*.log.*
**/logs/**
*/jdk/*
*/org/apache/mybatis/jpa/**
**/build
**/build/**
*/META-INF/MANIFEST.MF
**/.gitignore
**/target/*
/.gradle/
/.gradle/*
.vscode/settings.json
maxkey-web-frontend/maxkey-web-mgt-app/node_modules/
maxkey-web-frontend/maxkey-web-mgt-app/.angular
maxkey-web-frontend/maxkey-web-mgt-app/yarn.lock
maxkey-web-frontend/maxkey-web-mgt-app/dist
maxkey-web-frontend/maxkey-web-app/node_modules/
maxkey-web-frontend/maxkey-web-app/.angular/
maxkey-web-frontend/maxkey-web-app/yarn.lock
maxkey-web-frontend/maxkey-web-app/dist
release_frontend.bat
**/out/*