Commit e18efd4d6ab80e78c6509e4320072f4833b56dea

Authored by Marcelo Puebla
1 parent 47796b0f8c

Agregado a gitignore

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
1 # See http://help.github.com/ignore-files/ for more about ignoring files. 1 # See http://help.github.com/ignore-files/ for more about ignoring files.
2 2
3 # compiled output 3 # compiled output
4 /dist 4 /dist
5 /tmp 5 /tmp
6 /out-tsc 6 /out-tsc
7 # Only exists if Bazel was run 7 # Only exists if Bazel was run
8 /bazel-out 8 /bazel-out
9 9
10 # dependencies 10 # dependencies
11 /node_modules 11 /node_modules
12 /dist 12 /dist
13 /autoservicio-axion-win32-x64
13 /src/etc/AppSettings.ts 14 /src/etc/AppSettings.ts
14 15
15 # profiling files 16 # profiling files
16 chrome-profiler-events*.json 17 chrome-profiler-events*.json
17 speed-measure-plugin*.json 18 speed-measure-plugin*.json
18 19
19 # IDEs and editors 20 # IDEs and editors
20 /.idea 21 /.idea
21 .project 22 .project
22 .classpath 23 .classpath
23 .c9/ 24 .c9/
24 *.launch 25 *.launch
25 .settings/ 26 .settings/
26 *.sublime-workspace 27 *.sublime-workspace
27 28
28 # IDE - VSCode 29 # IDE - VSCode
29 .vscode/* 30 .vscode/*
30 !.vscode/settings.json 31 !.vscode/settings.json
31 !.vscode/tasks.json 32 !.vscode/tasks.json
32 !.vscode/launch.json 33 !.vscode/launch.json
33 !.vscode/extensions.json 34 !.vscode/extensions.json
34 .history/* 35 .history/*
35 36
36 # misc 37 # misc
37 /.sass-cache 38 /.sass-cache
38 /connect.lock 39 /connect.lock
39 /coverage 40 /coverage
40 /libpeerconnection.log 41 /libpeerconnection.log
41 npm-debug.log 42 npm-debug.log
42 yarn-error.log 43 yarn-error.log
43 testem.log 44 testem.log
44 /typings 45 /typings
45 46
46 # System Files 47 # System Files
47 .DS_Store 48 .DS_Store
48 Thumbs.db 49 Thumbs.db
49 50