41 lines
464 B
Plaintext
41 lines
464 B
Plaintext
node_modules
|
|
yarn-error.log
|
|
/docs/.vuepress/dist
|
|
/docs/README.md
|
|
/docs/lib/*
|
|
!/lib/.gitkeep
|
|
|
|
.idea
|
|
*.ipr
|
|
*.iws
|
|
|
|
nbproject
|
|
.nbproject
|
|
.nbproject/*
|
|
nbproject/*
|
|
nbproject/private/
|
|
nbbuild/
|
|
nbdist/
|
|
nbactions.xml
|
|
nb-configuration.xml
|
|
|
|
# Mac OSX
|
|
.DS_Store
|
|
# Thumbnails
|
|
._*
|
|
# Files that might appear on external disk
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# SublimeText project files
|
|
/*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Eclipse
|
|
/.project
|
|
/.settings
|
|
/.classpath
|
|
|
|
# Maven
|
|
/target
|