Created
October 10, 2024 15:48
-
-
Save evertonthepaula/e477bb385446a24e597103c7f01c504e to your computer and use it in GitHub Desktop.
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
| # See http://help.github.com/ignore-files/ for more about ignoring files. | |
| # Compiled output | |
| /dist | |
| /tmp | |
| /out-tsc | |
| /bazel-out | |
| # Node | |
| /node_modules | |
| npm-debug.log | |
| yarn-error.log | |
| # IDEs and editors | |
| .idea/ | |
| .project | |
| .classpath | |
| .c9/ | |
| *.launch | |
| .settings/ | |
| *.sublime-workspace | |
| # Visual Studio Code | |
| .vscode/* | |
| !.vscode/settings.json | |
| !.vscode/tasks.json | |
| !.vscode/launch.json | |
| !.vscode/extensions.json | |
| .history/* | |
| # Miscellaneous | |
| /.angular/cache | |
| .sass-cache/ | |
| /connect.lock | |
| /coverage | |
| /libpeerconnection.log | |
| testem.log | |
| /typings | |
| # System files | |
| .DS_Store | |
| Thumbs.db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment