mirror of
https://github.com/picocss/pico.git
synced 2025-07-01 10:22:21 -04:00
chore: remove docs and move to yarn
This commit is contained in:
parent
3052db4bd3
commit
759296f211
153 changed files with 1366 additions and 13526 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -1,5 +1,17 @@
|
|||
node_modules/
|
||||
tests/
|
||||
.nvmrc
|
||||
.prettierrc.js
|
||||
*.DS_Store
|
||||
# OS or Editor folders
|
||||
._*
|
||||
.cache
|
||||
.DS_Store
|
||||
.idea
|
||||
.project
|
||||
.settings
|
||||
.tmproj
|
||||
*.esproj
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
nbproject
|
||||
Thumbs.db
|
||||
/.vscode/
|
||||
|
||||
# Folders to ignore
|
||||
/node_modules/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue