File tree Expand file tree Collapse file tree 1 file changed +4
-84
lines changed
Expand file tree Collapse file tree 1 file changed +4
-84
lines changed Original file line number Diff line number Diff line change 1-
2- # Created by https://www.gitignore.io/api/node,osx,linux
3-
4- # ## Node ###
5- # Logs
6- logs
1+ .DS_Store
2+ * .d.ts
73* .log
8- npm-debug.log *
9-
10- # Runtime data
11- pids
12- * .pid
13- * .seed
14-
15- # Directory for instrumented libs generated by jscoverage/JSCover
16- lib-cov
17-
18- # Coverage directory used by tools like istanbul
19- coverage
20-
21- # nyc test coverage
22- .nyc_output
23-
24- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
25- .grunt
26-
27- # node-waf configuration
28- .lock-wscript
29-
30- # Compiled binary addons (http://nodejs.org/api/addons.html)
31- build /Release
32-
33- # Dependency directories
34- node_modules
35- jspm_packages
36-
37- # Optional npm cache directory
38- .npm
39-
40- # Optional REPL history
41- .node_repl_history
42-
43- # Type Declarations
44- index.d.ts
45-
46-
47- # ## OSX ###
48- * .DS_Store
49- .AppleDouble
50- .LSOverride
51-
52- # Icon must end with two \r
53- Icon
54-
55- # Thumbnails
56- ._ *
57-
58- # Files that might appear in the root of a volume
59- .DocumentRevisions-V100
60- .fseventsd
61- .Spotlight-V100
62- .TemporaryItems
63- .Trashes
64- .VolumeIcon.icns
65- .com.apple.timemachine.donotpresent
66-
67- # Directories potentially created on remote AFP share
68- .AppleDB
69- .AppleDesktop
70- Network Trash Folder
71- Temporary Items
72- .apdisk
73-
74-
75- # ## Linux ###
76- * ~
77-
78- # temporary files which can be created if a process still has a handle open of a deleted file
79- .fuse_hidden *
80-
81- # KDE directory preferences
82- .directory
83-
84- # Linux trash folder which might appear on any partition or disk
85- .Trash- *
4+ node_modules /
5+ yarn.lock
You can’t perform that action at this time.
0 commit comments