- # NPM
 - node_modules/
 - npm-debug.log
 - yarn-error.log
 - 
 - # connector data files
 - .account
 - .token.json
 - konnector-dev-config.json
 - 
 - # Build
 - build/
 - 
 - # OS generated files
 - .DS_Store
 - .DS_Store?
 - ._*
 - .Spotlight-V100
 - .Trashes
 - ehthumbs.db
 - Thumbs.db
 - desktop.ini
 - 
 - 
 - # Editors / IDEs
 - .floo
 - .flooignore
 - 
 - # Default
 - # /!\ KEEP THIS SECTION THE LAST ONE
 - !.gitkeep
 
 
  |