mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
- add german translation (following the changes in https://github.com/maplibre/maputnik/pull/929) - using an alphabecial order for the languages - update the documentation with a step-by-step guide - add myself as a helping person for german - move the helping-users list to the implementation of new features - update CHANGELOG.md - add a link to the l18n README in the root README 
42 lines
666 B
Plaintext
42 lines
666 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/ |