diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..43ec77f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +secret_file.js diff --git a/README.md b/README.md index 880a68b..3847180 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ # wild-project + +Comment installer ce projet ? diff --git a/not_same_file.js b/not_same_file.js new file mode 100644 index 0000000..5d5bbdf --- /dev/null +++ b/not_same_file.js @@ -0,0 +1 @@ +// This is another file diff --git a/same_file.js b/same_file.js new file mode 100644 index 0000000..eaab638 --- /dev/null +++ b/same_file.js @@ -0,0 +1 @@ +// This is the same file