diff options
| author | transtrike <transtrike@gmail.com> | 2020-12-20 10:44:58 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2020-12-20 10:44:58 +0200 |
| commit | a83b518a7a16d93f207bab8ec5c54c14c9493e23 (patch) | |
| tree | c79d5dda1a6aebbbf54af0725a85ded830af8c3e /src/DevHive.Angular/.gitignore | |
| parent | 8880e0efec7462f6865e528f01b9973c6e722e8b (diff) | |
| download | DevHive-a83b518a7a16d93f207bab8ec5c54c14c9493e23.tar DevHive-a83b518a7a16d93f207bab8ec5c54c14c9493e23.tar.gz DevHive-a83b518a7a16d93f207bab8ec5c54c14c9493e23.zip | |
Removed Razor, added Angular
Diffstat (limited to 'src/DevHive.Angular/.gitignore')
| -rw-r--r-- | src/DevHive.Angular/.gitignore | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/src/DevHive.Angular/.gitignore b/src/DevHive.Angular/.gitignore new file mode 100644 index 0000000..86d943a --- /dev/null +++ b/src/DevHive.Angular/.gitignore @@ -0,0 +1,46 @@ +# See http://help.github.com/ignore-files/ for more about ignoring files. + +# compiled output +/dist +/tmp +/out-tsc +# Only exists if Bazel was run +/bazel-out + +# dependencies +/node_modules + +# profiling files +chrome-profiler-events*.json +speed-measure-plugin*.json + +# IDEs and editors +/.idea +.project +.classpath +.c9/ +*.launch +.settings/ +*.sublime-workspace + +# IDE - VSCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +.history/* + +# misc +/.sass-cache +/connect.lock +/coverage +/libpeerconnection.log +npm-debug.log +yarn-error.log +testem.log +/typings + +# System Files +.DS_Store +Thumbs.db |
