Skip to content

Commit cb7ddb6

Browse files
author
Oleksii An
committed
v3
1 parent 065b981 commit cb7ddb6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+8243
-31768
lines changed

.babelrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

.gitignore

Lines changed: 22 additions & 153 deletions
Original file line numberDiff line numberDiff line change
@@ -1,153 +1,22 @@
1-
2-
# Created by https://www.gitignore.io/api/node,webstorm,windows,osx
3-
4-
### Node ###
5-
# Logs
6-
logs
7-
*.log
8-
npm-debug.log*
9-
10-
# Runtime data
11-
pids
12-
*.pid
13-
*.seed
14-
*.pid.lock
15-
16-
# Directory for instrumented libs generated by jscoverage/JSCover
17-
lib-cov
18-
19-
# Coverage directory used by tools like istanbul
20-
coverage
21-
22-
# nyc test coverage
23-
.nyc_output
24-
25-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
26-
.grunt
27-
28-
# node-waf configuration
29-
.lock-wscript
30-
31-
# Compiled binary addons (http://nodejs.org/api/addons.html)
32-
build/Release
33-
34-
# Dependency directories
35-
node_modules
36-
jspm_packages
37-
38-
# Optional npm cache directory
39-
.npm
40-
41-
# Optional eslint cache
42-
.eslintcache
43-
44-
# Optional REPL history
45-
.node_repl_history
46-
47-
# Output of 'npm pack'
48-
*.tgz
49-
50-
51-
### WebStorm ###
52-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
53-
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
54-
55-
# User-specific stuff:
56-
.idea/workspace.xml
57-
.idea/tasks.xml
58-
59-
# Sensitive or high-churn files:
60-
.idea/dataSources.ids
61-
.idea/dataSources.xml
62-
.idea/dataSources.local.xml
63-
.idea/sqlDataSources.xml
64-
.idea/dynamic.xml
65-
.idea/uiDesigner.xml
66-
67-
# Gradle:
68-
.idea/gradle.xml
69-
.idea/libraries
70-
71-
# Mongo Explorer plugin:
72-
.idea/mongoSettings.xml
73-
74-
## File-based project format:
75-
*.iws
76-
77-
## Plugin-specific files:
78-
79-
# IntelliJ
80-
/out/
81-
82-
# mpeltonen/sbt-idea plugin
83-
.idea_modules/
84-
85-
# JIRA plugin
86-
atlassian-ide-plugin.xml
87-
88-
# Crashlytics plugin (for Android Studio and IntelliJ)
89-
com_crashlytics_export_strings.xml
90-
crashlytics.properties
91-
crashlytics-build.properties
92-
fabric.properties
93-
94-
### WebStorm Patch ###
95-
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
96-
97-
# *.iml
98-
# modules.xml
99-
# .idea/misc.xml
100-
# *.ipr
101-
102-
103-
### Windows ###
104-
# Windows image file caches
105-
Thumbs.db
106-
ehthumbs.db
107-
108-
# Folder config file
109-
Desktop.ini
110-
111-
# Recycle Bin used on file shares
112-
$RECYCLE.BIN/
113-
114-
# Windows Installer files
115-
*.cab
116-
*.msi
117-
*.msm
118-
*.msp
119-
120-
# Windows shortcuts
121-
*.lnk
122-
123-
124-
### OSX ###
125-
*.DS_Store
126-
.AppleDouble
127-
.LSOverride
128-
129-
# Icon must end with two \r
130-
Icon
131-
132-
133-
# Thumbnails
134-
._*
135-
136-
# Files that might appear in the root of a volume
137-
.DocumentRevisions-V100
138-
.fseventsd
139-
.Spotlight-V100
140-
.TemporaryItems
141-
.Trashes
142-
.VolumeIcon.icns
143-
.com.apple.timemachine.donotpresent
144-
145-
# Directories potentially created on remote AFP share
146-
.AppleDB
147-
.AppleDesktop
148-
Network Trash Folder
149-
Temporary Items
150-
.apdisk
151-
152-
# idea
153-
*.idea/
1+
# See https://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
6+
# testing
7+
/coverage
8+
9+
# production
10+
/build
11+
12+
# misc
13+
.DS_Store
14+
.env.local
15+
.env.development.local
16+
.env.test.local
17+
.env.production.local
18+
19+
npm-debug.log*
20+
yarn-debug.log*
21+
yarn-error.log*
22+
.idea/

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/react-validation.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy