-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
executable file
·65 lines (55 loc) · 889 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
59
60
61
62
63
64
65
# maven ignore
target/
*.jar
*.war
*.zip
*.tar
*.tar.gz
.flattened-pom.xml
# eclipse ignore
.settings/
.project
.classpath
.externalToolBuilders
maven-eclipse.xml
# idea ignore
.idea/
*.ipr
*.iml
*.iws
# visual-studio-code ignore
.vscode/
# temp ignore
*.log
*.cache
*.diff
*.patch
*.tmp
# system ignore
.DS_Store
Thumbs.db
*.orig
# license check result
license-list
# grpc compiler
compiler/gradle.properties
compiler/build/*
compiler/.gradle/*
# protobuf
dubbo-serialization/dubbo-serialization-protobuf/build/*
dubbo-demo/dubbo-demo-triple/build/*
# global registry center
.tmp
.git.exec.error
/Harmony/ArkTSPreferences/node_modules/*
/Android/TestApplication/*
/Android/TestIdea2023/*
/CCPP/*/cmake-build-debug/*
/Vue/*/node_modules/*
/Vue/*/*/node_modules/*
/TypeScript/*/*.iml
/TypeScript/*/node_modules/*
/Java/*/out/*
/Spring/*/target/*
/Spring/*/.vscode/*
/Java/*/*.log