forked from HSLdevcom/digitransit-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
41 lines (38 loc) · 777 Bytes
/
.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
.DS_Store
_static
npm-debug.log
node_modules
filesizes.html
stats.json
test/credentials.json
test/binaries
*.swp
.idea
*.iml
*~
test_output
test/binaries
test/flow/binaries
selenium-debug.log
gemini-report
sass/themes/*
!sass/themes/default
!sass/themes/hsl
!sass/themes/joensuu
!sass/themes/jyvaskyla
!sass/themes/lahti
!sass/themes/lappeenranta
!sass/themes/matka
!sass/themes/oulu
!sass/themes/turku
app/configurations/config.*.js
app/configurations/config.default.js
!app/configurations/config.hsl.js
!app/configurations/config.joensuu.js
!app/configurations/config.jyvaskyla.js
!app/configurations/config.lahti.js
!app/configurations/config.lappeenranta.js
!app/configurations/config.matka.js
!app/configurations/config.turku.js
!app/configurations/config.oulu.js
tags