Skip to content

Commit e110467

Browse files
committed
Added gitignore
1 parent ea19bba commit e110467

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
*.log

sandboxedModule/en/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Description
22

3-
`framework.js` - small piece of the framework, just to demonstrate IoC
4-
`application.js` - small piece of the application, also for IoC demonstration
3+
* `framework.js` - small piece of the framework, just to demonstrate IoC
4+
* `application.js` - small piece of the application, also for IoC demonstration
55

66
## How to execute
77

sandboxedModule/ru/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Описание
22

3-
`framework.js` - небольшая часть фреймворка, необходимая для демонстрации IoC
4-
`application.js` - часть приложения для демонстрации IoC
3+
* `framework.js` - небольшая часть фреймворка, необходимая для демонстрации IoC
4+
* `application.js` - часть приложения для демонстрации IoC
55

66
## Запуск
77

0 commit comments

Comments
 (0)