mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2026-03-13 10:02:51 +08:00
39 lines
332 B
Plaintext
39 lines
332 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
.github
|
|
|
|
# Node
|
|
node_modules
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Build outputs
|
|
dist
|
|
build
|
|
.next
|
|
.nuxt
|
|
|
|
# Testing
|
|
cypress
|
|
__mocks__
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Development
|
|
.vscode
|
|
.idea
|
|
*.log
|
|
.env.local
|
|
.env.development
|
|
.env.test
|
|
|
|
# Documentation
|
|
*.md
|
|
LICENSE
|
|
doc
|
|
|
|
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
docker-compose*.yml |