Skip to content
Snippets Groups Projects
Commit c4243c27 authored by Darciaux Yoann's avatar Darciaux Yoann
Browse files

Premier commit

parents
No related branches found
No related tags found
No related merge requests found
.DS_Store 0 → 100644
File added
.vscode
{
"compilerOptions": {
"noImplicitAny": true
},
"lint": {
"rules": {
"tags": ["recommended"],
"include": [
"ban-untagged-todo",
"camelcase",
"explicit-function-return-type"
],
"exclude": ["no-unused-vars", "prefer-const"]
}
}
}
4) git init qui sers a initialiser le dépôt local.
5) git status pour voir les fichiers suivis par git.
6) echo ".vscode" >> .gitignore
7)
\ No newline at end of file
console.log("Hello world");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment