Files
pebble-directions/.gitignore
T
dyedgreen b4a22574d8 Moved api keys
* Moved the api keys for the here api to a separate file that is
ignored in the git
2016-08-19 19:46:51 +02:00

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