mirror of
https://github.com/Fechin/reference.git
synced 2026-03-26 06:52:50 +00:00
90 lines
1.0 KiB
Plaintext
90 lines
1.0 KiB
Plaintext
# OS generated files #
|
|
######################
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
nohup.out
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Environment files #
|
|
######################
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.python-version
|
|
.venv
|
|
.ipynb_checkpoints
|
|
|
|
# Logs #
|
|
######################
|
|
*.log
|
|
logs/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Editor files #
|
|
######################
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vim/
|
|
.emacs.d/
|
|
.sublime-*
|
|
|
|
# Node.js #
|
|
######################
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
coverage/
|
|
.nyc_output/
|
|
.cache/
|
|
.parcel-cache/
|
|
.next/
|
|
.nuxt/
|
|
.vuepress/dist/
|
|
.serverless/
|
|
.fusebox/
|
|
.dynamodb/
|
|
.tern-port
|
|
package-lock.json
|
|
|
|
# Testing #
|
|
######################
|
|
.jest/
|
|
.coverage/
|
|
junit.xml
|
|
test-results/
|
|
|
|
# Build artifacts #
|
|
######################
|
|
themes/coo/source/css/style.css
|
|
public/
|
|
db.json
|
|
*.tgz
|
|
*.tar.gz
|
|
|
|
# Security #
|
|
######################
|
|
.npmrc
|
|
.yarnrc
|
|
.pnpm-store/
|
|
|
|
# Misc #
|
|
######################
|
|
.eslintcache
|
|
.stylelintcache
|
|
.prettierignore
|