source: trip-planner-front/node_modules/@schematics/angular/workspace/files/__dot__gitignore.template@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 604 bytes
Line 
1# See http://help.github.com/ignore-files/ for more about ignoring files.
2
3# compiled output
4/dist
5/tmp
6/out-tsc
7# Only exists if Bazel was run
8/bazel-out
9
10# dependencies
11/node_modules
12
13# profiling files
14chrome-profiler-events*.json
15
16# IDEs and editors
17/.idea
18.project
19.classpath
20.c9/
21*.launch
22.settings/
23*.sublime-workspace
24
25# IDE - VSCode
26.vscode/*
27!.vscode/settings.json
28!.vscode/tasks.json
29!.vscode/launch.json
30!.vscode/extensions.json
31.history/*
32
33# misc
34/.sass-cache
35/connect.lock
36/coverage
37/libpeerconnection.log
38npm-debug.log
39yarn-error.log
40testem.log
41/typings
42
43# System Files
44.DS_Store
45Thumbs.db
Note: See TracBrowser for help on using the repository browser.