123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- ### Intellij+all ###
- # User-specific stuff
- .idea/*
- # mpeltonen/sbt-idea plugin
- .idea_modules/
- ### macOS ###
- # General
- .DS_Store
- .AppleDouble
- .LSOverride
- ### Node ###
- # Logs
- logs
- *.log
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- lerna-debug.log*
- # Dependency directories
- node_modules/
- # TypeScript v1 declaration files
- typings/
- # TypeScript cache
- *.tsbuildinfo
- # Optional npm cache directory
- .npm
- # Optional eslint cache
- .eslintcache
- # Optional stylelint cache
- .stylelintcache
- # Output of 'npm pack'
- *.tgz
- # Yarn Integrity file
- .yarn-integrity
- # dotenv environment variables file
- .env.test
- .env*.local
- # parcel-bundler cache (https://parceljs.org/)
- .cache
- .parcel-cache
- # Next.js build output
- .next
- # Nuxt.js build / generate output
- .nuxt
- dist
- # Gatsby files
- .cache/
- # Comment in the public line in if your project uses Gatsby and not Next.js
- # https://nextjs.org/blog/next-9-1#public-directory-support
- # public
- # vuepress build output
- .vuepress/dist
- # Serverless directories
- .serverless/
- # FuseBox cache
- .fusebox/
- # DynamoDB Local files
- .dynamodb/
- # TernJS port file
- .tern-port
- # Stores VSCode versions used for testing VSCode extensions
- .vscode-test
- ### vscode ###
- .vscode/*
- !.vscode/settings.json
- !.vscode/tasks.json
- !.vscode/launch.json
- !.vscode/extensions.json
- *.code-workspace
- ### Vue ###
- # gitignore template for Vue.js projects
- #
- # Recommended template: Node.gitignore
- ### Windows ###
- # Windows thumbnail cache files
- Thumbs.db
- Thumbs.db:encryptable
- ehthumbs.db
- ehthumbs_vista.db
- # Dump file
- *.stackdump
- # Folder config file
- [Dd]esktop.ini
- # Recycle Bin used on file shares
- $RECYCLE.BIN/
- # Windows Installer files
- *.cab
- *.msi
- *.msix
- *.msm
- *.msp
- # Windows shortcuts
- *.lnk
- # End of https://www.toptal.com/developers/gitignore/api/vue,node,macos,windows,linux,vscode,intellij+all
- .turbo
|