0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-04 13:50:13 -05:00
penpot-plugins/.gitignore

53 lines
605 B
Text
Raw Normal View History

2024-01-29 06:39:21 -05:00
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
dist
tmp
/out-tsc
# dependencies
node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
# System Files
.DS_Store
Thumbs.db
.nx/cache
2024-08-07 01:57:51 -05:00
.nx/workspace-data
2024-02-22 08:40:18 -05:00
.env
2024-04-23 05:33:38 -05:00
.angular
**/assets/plugin.js
2024-07-12 05:27:17 -05:00
docs/api
apps/e2e/screenshots/*.png