Skip to content
Snippets Groups Projects
.gitignore 359 B
Newer Older
Hugo SUBTIL's avatar
Hugo SUBTIL committed
# 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/

# Default
# /!\ KEEP THIS SECTION THE LAST ONE
!.gitkeep