mirror of
https://github.com/tenrok/vue-ganttastic.git
synced 2026-06-22 16:20:33 +03:00
2a0fa28533
If true (and if push-on-overlap is false), if a bar ends up overlapping with another bar after a drag, the bar (or its whole bundle, if it belongs to one) snaps back to its original position Added .npmignore Bumped npm package version Updated README
23 lines
233 B
Plaintext
23 lines
233 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/dist
|
|
src/Playground.vue
|
|
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw? |