mirror of
https://github.com/minimo-io/appticles.git
synced 2025-06-23 16:05:29 +00:00
43 lines
424 B
Plaintext
43 lines
424 B
Plaintext
.DS_Store
|
|
**/.DS_Store
|
|
|
|
.editorconfig
|
|
|
|
# Bundler cache
|
|
.bundle
|
|
vendor
|
|
Gemfile.lock
|
|
|
|
# Jekyll cache
|
|
.jekyll-cache
|
|
_site
|
|
|
|
build
|
|
dist
|
|
# RubyGems
|
|
*.gem
|
|
|
|
# NPM dependencies
|
|
node_modules
|
|
package-lock.json
|
|
|
|
# IDE configurations
|
|
.idea
|
|
.vscode
|
|
|
|
# Misc
|
|
assets/js/dist
|
|
.editorconfig
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# netlify
|
|
.netlify
|
|
|
|
.svelte-kit |