Skip to content

Commit 73fa501

Browse files
authored
Update README.md
1 parent 1a83ecb commit 73fa501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ A simple, basic .gitignore for web app development. Exclude IDEs and OS folders.
44
# For your root directory: main file
55

66
````bash
7-
curl -Lo .gitignore https://raw.githubusercontent.com/ZaneCEO/webdev-gitignore/master/.gitignore?$(date +%s)
7+
curl -Lo .gitignore https://raw.githubusercontent.com/TurboLabIt/webdev-gitignore/master/.gitignore?$(date +%s)
88

99
````
1010

1111
# For your "backup" directory: ignore content
1212

1313
````bash
14-
curl -Lo .gitignore https://raw.githubusercontent.com/ZaneCEO/webdev-gitignore/master/.gitignore_contents?$(date +%s)
14+
curl -Lo .gitignore https://raw.githubusercontent.com/TurboLabIt/webdev-gitignore/master/.gitignore_contents?$(date +%s)
1515

1616
````

0 commit comments

Comments
 (0)