-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
72 lines (72 loc) · 1.02 KB
/
.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
66
67
68
69
70
71
72
######eclipse&studio######
# *.ap_
# *.apk
# *.bak
# *.dex
# *.iml
# *.jks
# *.log
# *.swp
# *.tmp
# *.class
# *.launch
# *.pydevproject
# .idea
# .gradle
# .target
# .project
# .cproject
# .loadpath
# .metadata
# .settings
# .texlipse
# .buildpath
# .classpath
# .navigation
# .factorypath
# .springBeans
# .recommenders
# .tern-project
# .externalNativeBuild
# .externalToolBuilders
# bin
# gen
# out
# tmp
# temp
# build
# gradle
# target
# captures
# proguard
# local.properties
#语法说明:
#以斜杠"/"开头表根目录;
#以星号"*"通配多个字符;
#以问号"?"通配单个字符;
#以方括号"[]"包含单个字符的匹配列表;
#以叹号"!"表示不忽略(跟踪)匹配到的文件或目录;
#若含"/"字符,则均从根目录相对路径的头部开始匹配;
#官方文档https://git-scm.com/docs/gitignore
#语言模板https://github.com/github/gitignore
.hg
.git
.svn
.idea
.vscode
.ds_store
cvs
dist
build
!static
target
.*/
*~
*bak
*tmp
*temp
*cache
node_modules*
report.*.json
package-lock.json
npm-shrinkwrap.json