You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
385 B
41 lines
385 B
# Connector config
|
|
.account
|
|
.token.json
|
|
konnector-dev-config.json*
|
|
fixtures/*
|
|
data/*
|
|
|
|
# NPM
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Build
|
|
build/
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
|
|
# Editors / IDEs
|
|
.floo
|
|
.flooignore
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*.tmp
|
|
|
|
|
|
# Default
|
|
# /!\ KEEP THIS SECTION THE LAST ONE
|
|
!.gitkeep
|
|
|
|
*.pdf
|