45 lines
709 B
Plaintext
45 lines
709 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDEs and editors
|
|
.idea
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
*.sublime-workspace
|
|
|
|
# Misc
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
/assets/pics/gallery/centerpiece/
|
|
/assets/pics/gallery/sculpture/
|
|
/assets/pics/gallery/classic/
|
|
/assets/pics/gallery/organic/
|
|
gallery/centerpiece/index.html
|
|
gallery/organic/index.html
|
|
gallery/classic/index.html
|
|
gallery/sculpture/index.html
|
|
|
|
# Build artifacts and backups
|
|
public/build/
|
|
backups/
|
|
|
|
# Local database files
|
|
mongodb_data/
|