Created
July 28, 2016 05:53
-
-
Save cmivxx/c8e3f1db2619b527e4951a47700ed738 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
| # Specifies intentionally untracked files to ignore when using Git | |
| # http://git-scm.com/docs/gitignore | |
| # Various IDE & OS files that should never be committed | |
| .DS_Store | |
| *.swp | |
| *.lock | |
| __MACOSX | |
| .idea | |
| /nbproject/* | |
| .project | |
| .buildpath | |
| .thumbs | |
| Thumbs.db | |
| build.properties | |
| .project | |
| .settings | |
| .vagrant | |
| .buildpath | |
| /_notes/* | |
| *~ | |
| *.log | |
| *.swp | |
| .installed.cfg | |
| bin | |
| develop-eggs | |
| parts | |
| # generated files | |
| node_modules/ | |
| platforms/ | |
| plugins/ | |
| ant-build | |
| www/lib | |
| www/.ctags | |
| ionic.app.css | |
| ionic.app.min.css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment