appticles/.gitignore
2024-04-26 14:16:23 -03:00

43 lines
438 B
Plaintext

.DS_Store
**/.DS_Store
.editorconfig
# Bundler cache
.bundle
vendor
Gemfile.lock
# Jekyll cache
.jekyll-cache
_site
**/dist/index.html
build
# 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