mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
With the new release process in place, I think keeping a separate version number for desktop is confusing and unnecessary. This PR remove it so the desktop version reports the version number of the web version embedded in the binary. ## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> - [x] Briefly describe the changes in this PR. - [x] Add an entry to `CHANGELOG.md` under the `## main` section.
47 lines
736 B
Plaintext
47 lines
736 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
*.swp
|
|
*.swo
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
.nyc_output
|
|
|
|
# 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
|
|
|
|
# Dependency directory
|
|
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
|
|
node_modules
|
|
|
|
# Ignore build files
|
|
public
|
|
/errorShots
|
|
/old
|
|
/cypress/screenshots
|
|
/dist/
|
|
/desktop/version.go
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Window metadata files
|
|
/desktop/winres/winres.json
|
|
/desktop/*.syso
|