-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
47 lines (42 loc) · 966 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
*.DS_Store
/web/node_modules/
/web/dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/web/test/unit/coverage/
# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
# Ignore Gradle project-specific cache directory
**/.gradle/
# Ignore Gradle build output directory
/zhuanglang/build/
/zhuanglang/HELP.md
/zhuanglang/.gradle
!/zhuanglang/gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### VS Code ###
!/.vscode/tasks.json
!/.vscode/settings.json
.gradle/6.5.1/executionHistory/executionHistory.bin
.gradle/6.5.1/executionHistory/executionHistory.lock
.gradle/6.5.1/fileHashes/fileHashes.bin
.gradle/6.5.1/fileHashes/fileHashes.lock
.gradle/6.5.1/javaCompile/classAnalysis.bin
.gradle/6.5.1/javaCompile/javaCompile.lock
.gradle/6.5.1/javaCompile/taskHistory.bin
.gradle/buildOutputCleanup/buildOutputCleanup.lock
*.lock