mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Add Arrowheads to Arrows (#2452)
Co-authored-by: dwelle <luzar.david@gmail.com> Co-authored-by: Lipis <lipiridis@gmail.com>
This commit is contained in:
parent
bd8e860d7f
commit
c291edfc44
25 changed files with 711 additions and 101 deletions
23
.gitignore
vendored
23
.gitignore
vendored
|
@ -1,10 +1,18 @@
|
|||
*.log
|
||||
.DS_Store
|
||||
.env.development.local
|
||||
.env.local
|
||||
.env.production.local
|
||||
.env.test.local
|
||||
.envrc
|
||||
.now
|
||||
.eslintcache
|
||||
.idea
|
||||
.vercel
|
||||
.vscode
|
||||
*.log
|
||||
*.tgz
|
||||
build
|
||||
firebase/
|
||||
dist
|
||||
firebase
|
||||
logs
|
||||
node_modules
|
||||
npm-debug.log*
|
||||
|
@ -12,12 +20,3 @@ static
|
|||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
yarn.lock
|
||||
.idea
|
||||
dist/
|
||||
.eslintcache
|
||||
*.tgz
|
||||
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue