11build
2+ dist
23node_modules
34public
45
5- # ## Node template
6- # Logs
76logs
87* .log
98npm-debug.log *
109yarn-debug.log *
1110yarn-error.log *
1211
13- # Runtime data
14- pids
15- * .pid
16- * .seed
17- * .pid.lock
18-
19- # Directory for instrumented libs generated by jscoverage/JSCover
20- lib-cov
21-
22- # Coverage directory used by tools like istanbul
23- coverage
24-
25- # nyc test coverage
26- .nyc_output
27-
28- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
29- .grunt
30-
31- # Bower dependency directory (https://bower.io/)
32- bower_components
33-
34- # node-waf configuration
35- .lock-wscript
36-
37- # Compiled binary addons (https://nodejs.org/api/addons.html)
38- build /Release
39-
40- # Dependency directories
41- code /node_modules /
42- jspm_packages /
43-
44- # TypeScript v1 declaration files
45- typings /
46-
47- # Optional npm cache directory
48- .npm
49-
50- # Optional eslint cache
51- .eslintcache
52-
53- # Optional REPL history
54- .node_repl_history
55-
56- # Output of 'npm pack'
57- * .tgz
58-
59- # Yarn Integrity file
60- .yarn-integrity
61-
62- # dotenv environment variables file
6312.env
64-
65- # parcel-bundler cache (https://parceljs.org/)
66- .cache
67-
68- # next.js build output
69- .next
70-
71- # nuxt.js build output
72- .nuxt
73-
74- # vuepress build output
75- .vuepress /dist
76-
77- # Serverless directories
78- .serverless
79-
80-
81- # ## macOS template
82- # General
83- .DS_Store
84- .AppleDouble
85- .LSOverride
86-
87- # Icon must end with two \r
88- Icon
89-
90- # Thumbnails
91- ._ *
92-
93- # Files that might appear in the root of a volume
94- .DocumentRevisions-V100
95- .fseventsd
96- .Spotlight-V100
97- .TemporaryItems
98- .Trashes
99- .VolumeIcon.icns
100- .com.apple.timemachine.donotpresent
101-
102- # Directories potentially created on remote AFP share
103- .AppleDB
104- .AppleDesktop
105- Network Trash Folder
106- Temporary Items
107- .apdisk
108-
109-
110- # ## Linux template
111- * ~
112-
113- # temporary files which can be created if a process still has a handle open of a deleted file
114- .fuse_hidden *
115-
116- # KDE directory preferences
117- .directory
118-
119- # Linux trash folder which might appear on any partition or disk
120- .Trash- *
121-
122- # .nfs files are created when an open file is removed but is still being accessed
123- .nfs *
124-
125-
126- # ## Windows template
127- # Windows thumbnail cache files
128- Thumbs.db
129- ehthumbs.db
130- ehthumbs_vista.db
131-
132- # Dump file
133- * .stackdump
134-
135- # Folder config file
136- [Dd ]esktop.ini
137-
138- # Recycle Bin used on file shares
139- $RECYCLE.BIN /
140-
141- # Windows Installer files
142- * .cab
143- * .msi
144- * .msix
145- * .msm
146- * .msp
147-
148- # Windows shortcuts
149- * .lnk
150-
151-
152- # ## JetBrains template
153- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
154- # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
155-
156- # User-specific stuff
157- .idea /** /workspace.xml
158- .idea /** /tasks.xml
159- .idea /** /usage.statistics.xml
160- .idea /** /dictionaries
161- .idea /** /shelf
162-
163- # Sensitive or high-churn files
164- .idea /** /dataSources /
165- .idea /** /dataSources.ids
166- .idea /** /dataSources.local.xml
167- .idea /** /sqlDataSources.xml
168- .idea /** /dynamic.xml
169- .idea /** /uiDesigner.xml
170- .idea /** /dbnavigator.xml
171-
172- # Gradle
173- .idea /** /gradle.xml
174- .idea /** /libraries
175-
176- # Gradle and Maven with auto-import
177- # When using Gradle or Maven with auto-import, you should exclude module files,
178- # since they will be recreated, and may cause churn. Uncomment if using
179- # auto-import.
180- # .idea/modules.xml
181- # .idea/*.iml
182- # .idea/modules
183-
184- # CMake
185- cmake-build- * /
186-
187- # Mongo Explorer plugin
188- .idea /** /mongoSettings.xml
189-
190- # File-based project format
191- * .iws
192-
193- # IntelliJ
194- out /
195-
196- # mpeltonen/sbt-idea plugin
197- .idea_modules /
198-
199- # JIRA plugin
200- atlassian-ide-plugin.xml
201-
202- # Cursive Clojure plugin
203- .idea /replstate.xml
204-
205- # Crashlytics plugin (for Android Studio and IntelliJ)
206- com_crashlytics_export_strings.xml
207- crashlytics.properties
208- crashlytics-build.properties
209- fabric.properties
210-
211- # Editor-based Rest Client
212- .idea /httpRequests
13+ .DS_Store
0 commit comments