-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Electron build for Mac and Windows
- Loading branch information
Showing
4 changed files
with
1,376 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,60 @@ | ||
# Build folder and files # | ||
########################## | ||
builds/ | ||
|
||
# Development folders and files # | ||
################################# | ||
.tmp/ | ||
dist/ | ||
coverage/ | ||
node_modules/ | ||
public/ | ||
*.compiled.* | ||
settings.json | ||
pages.json | ||
*.shot | ||
*.ccg | ||
|
||
# Folder config file # | ||
###################### | ||
Desktop.ini | ||
|
||
# Folder notes # | ||
################ | ||
_ignore/ | ||
|
||
# Log files & folders # | ||
####################### | ||
logs/ | ||
*.log | ||
npm-debug.log* | ||
.npm | ||
|
||
# Packages # | ||
############ | ||
# it's better to unpack these files and commit the raw source | ||
# git has its own built in compression methods | ||
*.7z | ||
*.dmg | ||
*.gz | ||
*.iso | ||
*.jar | ||
*.rar | ||
*.tar | ||
*.zip | ||
|
||
# Photoshop & Illustrator files # | ||
################################# | ||
*.ai | ||
*.eps | ||
*.psd | ||
|
||
# Windows & Mac file caches # | ||
############################# | ||
.DS_Store | ||
Thumbs.db | ||
ehthumbs.db | ||
|
||
# Windows shortcuts # | ||
##################### | ||
*.lnk | ||
# Build folder and files # | ||
########################## | ||
builds/ | ||
|
||
# Development folders and files # | ||
################################# | ||
.tmp/ | ||
dist/ | ||
coverage/ | ||
node_modules/ | ||
release/ | ||
*.compiled.* | ||
settings.json | ||
pages.json | ||
*.shot | ||
*.ccg | ||
|
||
# Folder config file # | ||
###################### | ||
Desktop.ini | ||
|
||
# Folder notes # | ||
################ | ||
_ignore/ | ||
|
||
# Log files & folders # | ||
####################### | ||
logs/ | ||
*.log | ||
npm-debug.log* | ||
.npm | ||
|
||
# Packages # | ||
############ | ||
# it's better to unpack these files and commit the raw source | ||
# git has its own built in compression methods | ||
*.7z | ||
*.dmg | ||
*.gz | ||
*.iso | ||
*.jar | ||
*.rar | ||
*.tar | ||
*.zip | ||
|
||
# Photoshop & Illustrator files # | ||
################################# | ||
*.ai | ||
*.eps | ||
*.psd | ||
|
||
# Windows & Mac file caches # | ||
############################# | ||
.DS_Store | ||
Thumbs.db | ||
ehthumbs.db | ||
|
||
# Windows shortcuts # | ||
##################### | ||
*.lnk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.