Skip to content

Commit

Permalink
electron react-app typescript initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
subashcs committed Aug 21, 2020
1 parent dea6d55 commit ba05ec4
Show file tree
Hide file tree
Showing 244 changed files with 94,467 additions and 9,388 deletions.
48 changes: 0 additions & 48 deletions .dockerignore

This file was deleted.

12 changes: 0 additions & 12 deletions .editorconfig

This file was deleted.

1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ELECTRON_IS_DEV=0
56 changes: 0 additions & 56 deletions .eslintignore

This file was deleted.

26 changes: 0 additions & 26 deletions .eslintrc.js

This file was deleted.

6 changes: 0 additions & 6 deletions .gitattributes

This file was deleted.

5 changes: 0 additions & 5 deletions .github/FUNDING.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/ISSUE_TEMPLATE/1-Bug_report.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/2-Question.md

This file was deleted.

15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/3-Feature_request.md

This file was deleted.

6 changes: 0 additions & 6 deletions .github/config.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/stale.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/test.yml

This file was deleted.

63 changes: 18 additions & 45 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,50 +1,23 @@
# Logs
logs
*.log
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Runtime data
pids
*.pid
*.seed
# dependencies
/node_modules
/.pnp
.pnp.js

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# testing
/coverage

# Coverage directory used by tools like istanbul
coverage
# production
/build

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
.eslintcache

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

# OSX
# misc
.DS_Store

# App packaged
release
app/main.prod.js
app/main.prod.js.map
app/renderer.prod.js
app/renderer.prod.js.map
app/style.css
app/style.css.map
dist
dll
main.js
main.js.map

.idea
npm-debug.log.*
*.css.d.ts
*.sass.d.ts
*.scss.d.ts
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
Loading

0 comments on commit ba05ec4

Please sign in to comment.