2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-22 16:20:33 +03:00
Files
vue-ganttastic/.npmignore
T
Marko Zunic 2a0fa28533 New prop for g-gantt-chart: snap-back-on-overlap
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
2020-03-27 14:32:56 +01:00

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?