mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-08-02 15:45:12 +02:00
- Updated to React 18
- Updated for public release - Git was reset for privacy reasons
This commit is contained in:
38
.dockerignore
Executable file
38
.dockerignore
Executable file
@@ -0,0 +1,38 @@
|
||||
.git
|
||||
.github
|
||||
.vscode
|
||||
coverage
|
||||
|
||||
# OS generated files #
|
||||
.DS_Store
|
||||
ehthumbs.db
|
||||
Icon?
|
||||
Thumbs.db
|
||||
|
||||
# Node Files #
|
||||
node_modules
|
||||
npm-debug.log
|
||||
npm-debug.log.*
|
||||
|
||||
# Typing #
|
||||
src/typings/tsd
|
||||
typings
|
||||
tsd_typings
|
||||
|
||||
# Dist #
|
||||
.awcache
|
||||
.webpack.json
|
||||
compiled
|
||||
dll
|
||||
|
||||
# IDE #
|
||||
.idea
|
||||
*.swp
|
||||
|
||||
|
||||
# Angular #
|
||||
*.ngfactory.ts
|
||||
*.css.shim.ts
|
||||
*.ngsummary.json
|
||||
*.shim.ngstyle.ts
|
||||
|
Reference in New Issue
Block a user