Skip to content

Commit c393a2b

Browse files
Adicionando o gitignore ao projeto
1 parent 90771bb commit c393a2b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.DS_Store
2+
node_modules/
3+
*log
4+
package-lock*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Starter Files + Completed solutions for the JavaScript 30 Day Challenge.
99
Grab the course at [https://JavaScript30.com](https://JavaScript30.com)
1010
Github official the course at [https://github.com/wesbos/JavaScript30](https://github.com/wesbos/JavaScript30)
1111

12-
**_Observations_**
12+
### **_Observations_**
1313
_Some exercises within your directory have a file called **package.json**. If it have this file, you must have **npm** installed and execute the commands:_
1414

1515
```

0 commit comments

Comments
 (0)