mirror of
https://github.com/Lissy93/twitter-sentiment-visualisation.git
synced 2021-05-12 19:52:18 +03:00
28 lines
295 B
Plaintext
28 lines
295 B
Plaintext
# Packages and libraries
|
|
node_modules
|
|
bower_components
|
|
yarn.lock
|
|
|
|
# IDE files and logs
|
|
.idea
|
|
*log
|
|
npm-debug.log.*
|
|
|
|
# Test reports and results
|
|
reports
|
|
coverage
|
|
|
|
# API keys
|
|
*/**/keys.*
|
|
|
|
# Built files
|
|
models/*.js
|
|
utils/*.js
|
|
config/*.js
|
|
routes/*.js
|
|
public
|
|
|
|
# Weird OS files
|
|
.DS_Store
|
|
*/**/.DS_Store
|