mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-22 22:30:52 +01:00
32 lines
361 B
Plaintext
32 lines
361 B
Plaintext
/dist
|
|
/tmp
|
|
/out-tsc
|
|
/node_modules
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
.history/*
|
|
/.sass-cache
|
|
/connect.lock
|
|
/coverage
|
|
*.log
|
|
.git
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Nitro
|
|
/build
|
|
*.zip
|
|
.env
|
|
public/renderer-config.json
|
|
public/ui-config.json
|