mirror of
https://github.com/Threnklyn/pebble-directions.git
synced 2026-05-18 21:03:27 +02:00
b4a22574d8
* Moved the api keys for the here api to a separate file that is ignored in the git
14 lines
183 B
Plaintext
14 lines
183 B
Plaintext
# Ignore build generated files
|
|
build/
|
|
dist/
|
|
dist.zip
|
|
|
|
# Ignore waf lock file
|
|
.lock-waf*
|
|
|
|
# Ignore installed node modules
|
|
node_modules/
|
|
|
|
# Ignore the apiKeys.js file
|
|
src/js/apiKeys.js
|