Created
January 7, 2018 07:20
-
-
Save leohxj/32706500cbbcc5876baf69734d443cab to your computer and use it in GitHub Desktop.
frontend best gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # General | |
| .DS_Store | |
| .AppleDouble | |
| .LSOverride | |
| # Thumbnails | |
| ._* | |
| # Files that might appear in the root of a volume | |
| .DocumentRevisions-V100 | |
| .fseventsd | |
| .Spotlight-V100 | |
| .TemporaryItems | |
| .Trashes | |
| .VolumeIcon.icns | |
| .com.apple.timemachine.donotpresent | |
| # Directories potentially created on remote AFP share | |
| .AppleDB | |
| .AppleDesktop | |
| Network Trash Folder | |
| Temporary Items | |
| .apdisk | |
| # Logs | |
| logs | |
| *.log | |
| npm-debug.log* | |
| # Runtime data | |
| pids | |
| *.pid | |
| *.seed | |
| # Editor directories and files | |
| .idea | |
| .vscode | |
| # Dependency directories | |
| node_modules | |
| # Optional | |
| .npm | |
| .node_repl_history | |
| # assets publish | |
| # you can ignore dist Folder if you publish your assets with CI to CDN | |
| # Project specific stuff | |
| temp | |
| typings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment