From d8f2328ad23e633640e2c913e99c19e527eaa027 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Mon, 14 Oct 2024 18:42:55 +0800 Subject: [PATCH] vault backup: 2024-10-14 18:42:55 --- ().md | 0 .../2 - Initialize your First Project.md | 5 +---- 2 files changed, 1 insertion(+), 4 deletions(-) create mode 100644 ().md diff --git a/().md b/().md new file mode 100644 index 0000000..e69de29 diff --git a/docs/Guides/Django REST Framework/2 - Initialize your First Project.md b/docs/Guides/Django REST Framework/2 - Initialize your First Project.md index 8545919..d1c92f9 100644 --- a/docs/Guides/Django REST Framework/2 - Initialize your First Project.md +++ b/docs/Guides/Django REST Framework/2 - Initialize your First Project.md @@ -34,10 +34,7 @@ If successful, this will create a hidden `.git` folder in your project There are some files in your projects that won't need to be tracked for changes (database files, and passwords!) \ -Download the `gitignore` below and rename it to `.gitignore`. You can then drop it into your root project folder -![gitignore](_resources/2%20-%20Initialize%20your%20First%20Project/.gitignore) - - +Download the `.gitignore`file provided [here](https://github.com/lemeow125/Notes/blob/master/docs/Guides/Django%20REST%20Framework/_resources/2%20-%20Initialize%20your%20First%20Project/.gitignore) or from [here](https://git.06222001.xyz/keannu125/Notes/src/branch/master/docs/Guides/Django%20REST%20Framework/_resources/2%20-%20Initialize%20your%20First%20Project/.gitignore) below and drop it into your root project folder. ![d5a36b65d64255b05bc81a1709ca1158_MD5](_resources/2%20-%20Initialize%20your%20First%20Project/d5a36b65d64255b05bc81a1709ca1158_MD5.jpg) Don't forget to rename it to `.gitignore`. Take note of the dot before the filename!