1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- # File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
- # Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,composer
- # Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode,composer
- ### Composer ###
- composer.phar
- /vendor/
- # Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
- # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
- # composer.lock
- ### VisualStudioCode ###
- .vscode/*
- !.vscode/settings.json
- !.vscode/tasks.json
- !.vscode/launch.json
- !.vscode/extensions.json
- !.vscode/*.code-snippets
- # Local History for Visual Studio Code
- .history/
- # Built Visual Studio Code Extensions
- *.vsix
- ### VisualStudioCode Patch ###
- # Ignore all local history of files
- .history
- .ionide
- ### 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/windows,visualstudiocode,composer
- # Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
|