mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-23 22:48:57 -05:00
31 lines
279 B
Plaintext
31 lines
279 B
Plaintext
# Source files
|
|
src/
|
|
webpack/
|
|
docs/
|
|
.circleci/
|
|
.codesandbox/
|
|
.vscode/
|
|
|
|
# Config files
|
|
.eslintrc
|
|
.prettierrc
|
|
.nvmrc
|
|
jest.config.js
|
|
tsconfig.json
|
|
*.config.js
|
|
|
|
# Build artifacts
|
|
node_modules/
|
|
*.log
|
|
|
|
# Documentation
|
|
*.md
|
|
!README.md
|
|
!LICENSE
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# Other
|
|
Dockerfile |