File tree 1 file changed +113
-5
lines changed
1 file changed +113
-5
lines changed Original file line number Diff line number Diff line change 1
- .DS_Store
2
- .gitkeep
3
- npm-debug.log
4
- node_modules
1
+ # ## macOS ###
2
+ * .DS_Store
3
+ .AppleDouble
4
+ .LSOverride
5
+
6
+ # Icon must end with two \r
7
+ Icon
8
+
9
+ # Thumbnails
10
+ ._ *
11
+
12
+ # Files that might appear in the root of a volume
13
+ .DocumentRevisions-V100
14
+ .fseventsd
15
+ .Spotlight-V100
16
+ .TemporaryItems
17
+ .Trashes
18
+ .VolumeIcon.icns
19
+ .com.apple.timemachine.donotpresent
20
+
21
+ # Directories potentially created on remote AFP share
22
+ .AppleDB
23
+ .AppleDesktop
24
+ Network Trash Folder
25
+ Temporary Items
26
+ .apdisk
27
+
28
+ # ## Node ###
29
+ # Logs
5
30
logs
31
+ * .log
32
+ npm-debug.log *
33
+ yarn-debug.log *
34
+ yarn-error.log *
35
+
36
+ # Runtime data
37
+ pids
38
+ * .pid
39
+ * .seed
40
+ * .pid.lock
41
+
42
+ # Directory for instrumented libs generated by jscoverage/JSCover
43
+ lib-cov
44
+
45
+ # Coverage directory used by tools like istanbul
46
+ coverage
47
+
48
+ # nyc test coverage
49
+ .nyc_output
50
+
51
+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
52
+ .grunt
53
+
54
+ # Bower dependency directory (https://bower.io/)
55
+ bower_components
6
56
public /bower_components
57
+
58
+ # node-waf configuration
59
+ .lock-wscript
60
+
61
+ # Compiled binary addons (http://nodejs.org/api/addons.html)
62
+ build /Release
63
+
64
+ # Dependency directories
65
+ node_modules /
66
+ jspm_packages /
67
+
68
+ # Typescript v1 declaration files
69
+ typings /
70
+
71
+ # Optional npm cache directory
72
+ .npm
73
+
74
+ # Optional npm config
75
+ .npmrc
76
+
77
+ # Optional eslint cache
78
+ .eslintcache
79
+
80
+ # Optional REPL history
81
+ .node_repl_history
82
+
83
+ # Output of 'npm pack'
84
+ * .tgz
85
+
86
+ # Yarn Integrity file
87
+ .yarn-integrity
88
+
89
+ # dotenv environment variables file
90
+ .env
91
+
92
+ # ## Windows ###
93
+ # Windows thumbnail cache files
94
+ Thumbs.db
95
+ ehthumbs.db
96
+ ehthumbs_vista.db
97
+
98
+ # Folder config file
99
+ Desktop.ini
100
+
101
+ # Recycle Bin used on file shares
102
+ $RECYCLE.BIN /
103
+
104
+ # Windows Installer files
105
+ * .cab
106
+ * .msi
107
+ * .msm
108
+ * .msp
109
+
110
+ # Windows shortcuts
111
+ * .lnk
112
+
113
+ # ## Project ###
114
+
7
115
idp-private-key.pem
8
- idp-public-cert.pem
116
+ idp-public-cert.pem
You can’t perform that action at this time.
0 commit comments