forked from Ullfis/aurelia-mdc-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
43 lines (37 loc) · 1.1 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# You may want to customise this file depending on your Operating System
# and the editor that you use.
#
# We recommend that you use a Global Gitignore for files that are not related
# to the project. (https://help.github.com/articles/ignoring-files/#create-a-global-gitignore)
# OS
#
# Ref: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
# Ref: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
# Ref: https://github.com/github/gitignore/blob/master/Global/Linux.gitignore
.DS_STORE
Thumbs.db
# Editors
#
# Ref: https://github.com/github/gitignore/blob/master/Global
# Ref: https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
# Ref: https://github.com/github/gitignore/blob/master/Global/VisualStudioCode.gitignore
/.idea
/.vscode
# Dependencies
/node_modules
# Compiled files
# - index.html is created durin build
# - style if copied from node_modules
/scripts
/index.html
/index.css
/style
/aurelia-mdc-bridge*.tgz
# do not ignore docs
!docs/images
!docs/scripts
!docs/style
!docs/index.html
!docs/index.css
# use public npm package server
# .npmrc