Skip to content

Commit

Permalink
#24
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Aug 31, 2018
1 parent d1e1394 commit 4c7c4ee
Showing 1 changed file with 3 additions and 26 deletions.
29 changes: 3 additions & 26 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,15 @@ node_modules
npm-debug.log
typings

src/home/**/*.js
src/home/**/*.js.map
src/home/_stylesheets/main.css
src/**/*.js
src/**/*.js.map

src/instrument/**/*.js
src/instrument/**/*.js.map
src/home/_stylesheets/main.css
src/instrument/_stylesheets/instrument.css
src/instrument/_stylesheets/window.css

src/main/**/*.js
src/main/**/*.js.map

src/setup/**/*.js
src/setup/**/*.js.map

src/shared/**/*.js
src/shared/**/*.js.map

src/shortcuts/**/*.js
src/shortcuts/**/*.js.map

src/project-editor/**/*.js
src/project-editor/**/*.js.map
src/project-editor/_stylesheets/main.css

src/test/**/*.js
src/test/**/*.js.map
src/test/_stylesheets/main.css

src/basic-measurements/**/*.js
src/basic-measurements/**/*.js.map

extensions/advanced-measurements/**/*.js
extensions/advanced-measurements/**/*.js.map

Expand Down

0 comments on commit 4c7c4ee

Please sign in to comment.