Skip to content

Commit d9935fd

Browse files
committed
create sample project
0 parents  commit d9935fd

File tree

4 files changed

+555
-0
lines changed

4 files changed

+555
-0
lines changed

.gitignore

Lines changed: 320 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,320 @@
1+
2+
# Created by https://www.toptal.com/developers/gitignore/api/macos,windows,jetbrains+all,visualstudiocode,node
3+
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,windows,jetbrains+all,visualstudiocode,node
4+
5+
### JetBrains+all ###
6+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
7+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
8+
9+
# User-specific stuff
10+
.idea/**/workspace.xml
11+
.idea/**/tasks.xml
12+
.idea/**/usage.statistics.xml
13+
.idea/**/dictionaries
14+
.idea/**/shelf
15+
16+
# AWS User-specific
17+
.idea/**/aws.xml
18+
19+
# Generated files
20+
.idea/**/contentModel.xml
21+
22+
# Sensitive or high-churn files
23+
.idea/**/dataSources/
24+
.idea/**/dataSources.ids
25+
.idea/**/dataSources.local.xml
26+
.idea/**/sqlDataSources.xml
27+
.idea/**/dynamic.xml
28+
.idea/**/uiDesigner.xml
29+
.idea/**/dbnavigator.xml
30+
31+
# Gradle
32+
.idea/**/gradle.xml
33+
.idea/**/libraries
34+
35+
# Gradle and Maven with auto-import
36+
# When using Gradle or Maven with auto-import, you should exclude module files,
37+
# since they will be recreated, and may cause churn. Uncomment if using
38+
# auto-import.
39+
# .idea/artifacts
40+
# .idea/compiler.xml
41+
# .idea/jarRepositories.xml
42+
# .idea/modules.xml
43+
# .idea/*.iml
44+
# .idea/modules
45+
# *.iml
46+
# *.ipr
47+
48+
# CMake
49+
cmake-build-*/
50+
51+
# Mongo Explorer plugin
52+
.idea/**/mongoSettings.xml
53+
54+
# File-based project format
55+
*.iws
56+
57+
# IntelliJ
58+
out/
59+
60+
# mpeltonen/sbt-idea plugin
61+
.idea_modules/
62+
63+
# JIRA plugin
64+
atlassian-ide-plugin.xml
65+
66+
# Cursive Clojure plugin
67+
.idea/replstate.xml
68+
69+
# Crashlytics plugin (for Android Studio and IntelliJ)
70+
com_crashlytics_export_strings.xml
71+
crashlytics.properties
72+
crashlytics-build.properties
73+
fabric.properties
74+
75+
# Editor-based Rest Client
76+
.idea/httpRequests
77+
78+
# Android studio 3.1+ serialized cache file
79+
.idea/caches/build_file_checksums.ser
80+
81+
### JetBrains+all Patch ###
82+
# Ignores the whole .idea folder and all .iml files
83+
# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
84+
85+
.idea/
86+
87+
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
88+
89+
*.iml
90+
modules.xml
91+
.idea/misc.xml
92+
*.ipr
93+
94+
# Sonarlint plugin
95+
.idea/sonarlint
96+
97+
### macOS ###
98+
# General
99+
.DS_Store
100+
.AppleDouble
101+
.LSOverride
102+
103+
# Icon must end with two \r
104+
Icon
105+
106+
107+
# Thumbnails
108+
._*
109+
110+
# Files that might appear in the root of a volume
111+
.DocumentRevisions-V100
112+
.fseventsd
113+
.Spotlight-V100
114+
.TemporaryItems
115+
.Trashes
116+
.VolumeIcon.icns
117+
.com.apple.timemachine.donotpresent
118+
119+
# Directories potentially created on remote AFP share
120+
.AppleDB
121+
.AppleDesktop
122+
Network Trash Folder
123+
Temporary Items
124+
.apdisk
125+
126+
### Node ###
127+
# Logs
128+
logs
129+
*.log
130+
npm-debug.log*
131+
yarn-debug.log*
132+
yarn-error.log*
133+
lerna-debug.log*
134+
.pnpm-debug.log*
135+
136+
# Diagnostic reports (https://nodejs.org/api/report.html)
137+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
138+
139+
# Runtime data
140+
pids
141+
*.pid
142+
*.seed
143+
*.pid.lock
144+
145+
# Directory for instrumented libs generated by jscoverage/JSCover
146+
lib-cov
147+
148+
# Coverage directory used by tools like istanbul
149+
coverage
150+
*.lcov
151+
152+
# nyc test coverage
153+
.nyc_output
154+
155+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
156+
.grunt
157+
158+
# Bower dependency directory (https://bower.io/)
159+
bower_components
160+
161+
# node-waf configuration
162+
.lock-wscript
163+
164+
# Compiled binary addons (https://nodejs.org/api/addons.html)
165+
build/Release
166+
167+
# Dependency directories
168+
node_modules/
169+
jspm_packages/
170+
171+
# Snowpack dependency directory (https://snowpack.dev/)
172+
web_modules/
173+
174+
# TypeScript cache
175+
*.tsbuildinfo
176+
177+
# Optional npm cache directory
178+
.npm
179+
180+
# Optional eslint cache
181+
.eslintcache
182+
183+
# Microbundle cache
184+
.rpt2_cache/
185+
.rts2_cache_cjs/
186+
.rts2_cache_es/
187+
.rts2_cache_umd/
188+
189+
# Optional REPL history
190+
.node_repl_history
191+
192+
# Output of 'npm pack'
193+
*.tgz
194+
195+
# Yarn Integrity file
196+
.yarn-integrity
197+
198+
# dotenv environment variables file
199+
.env
200+
.env.test
201+
.env.production
202+
203+
# parcel-bundler cache (https://parceljs.org/)
204+
.cache
205+
.parcel-cache
206+
207+
# Next.js build output
208+
.next
209+
out
210+
211+
# Nuxt.js build / generate output
212+
.nuxt
213+
dist
214+
215+
# Gatsby files
216+
.cache/
217+
# Comment in the public line in if your project uses Gatsby and not Next.js
218+
# https://nextjs.org/blog/next-9-1#public-directory-support
219+
# public
220+
221+
# vuepress build output
222+
.vuepress/dist
223+
224+
# Serverless directories
225+
.serverless/
226+
227+
# FuseBox cache
228+
.fusebox/
229+
230+
# DynamoDB Local files
231+
.dynamodb/
232+
233+
# TernJS port file
234+
.tern-port
235+
236+
# Stores VSCode versions used for testing VSCode extensions
237+
.vscode-test
238+
239+
# yarn v2
240+
.yarn/cache
241+
.yarn/unplugged
242+
.yarn/build-state.yml
243+
.yarn/install-state.gz
244+
.pnp.*
245+
246+
### Node Patch ###
247+
# Serverless Webpack directories
248+
.webpack/
249+
250+
# Optional stylelint cache
251+
.stylelintcache
252+
253+
# SvelteKit build / generate output
254+
.svelte-kit
255+
256+
### VisualStudioCode ###
257+
.vscode/*
258+
!.vscode/settings.json
259+
!.vscode/tasks.json
260+
!.vscode/launch.json
261+
!.vscode/extensions.json
262+
*.code-workspace
263+
264+
# Local History for Visual Studio Code
265+
.history/
266+
267+
### VisualStudioCode Patch ###
268+
# Ignore all local history of files
269+
.history
270+
.ionide
271+
272+
# Support for Project snippet scope
273+
!.vscode/*.code-snippets
274+
275+
### Windows ###
276+
# Windows thumbnail cache files
277+
Thumbs.db
278+
Thumbs.db:encryptable
279+
ehthumbs.db
280+
ehthumbs_vista.db
281+
282+
# Dump file
283+
*.stackdump
284+
285+
# Folder config file
286+
[Dd]esktop.ini
287+
288+
# Recycle Bin used on file shares
289+
$RECYCLE.BIN/
290+
291+
# Windows Installer files
292+
*.cab
293+
*.msi
294+
*.msix
295+
*.msm
296+
*.msp
297+
298+
# Windows shortcuts
299+
*.lnk
300+
301+
# End of https://www.toptal.com/developers/gitignore/api/macos,windows,jetbrains+all,visualstudiocode,node
302+
303+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
304+
305+
# dependencies
306+
/node_modules
307+
/.pnp
308+
.pnp.js
309+
310+
# testing
311+
/coverage
312+
313+
# production
314+
/build
315+
316+
# misc
317+
.env.local
318+
.env.development.local
319+
.env.test.local
320+
.env.production.local

0 commit comments

Comments
 (0)