Skip to content

Commit 92cee7f

Browse files
authored
Update .gitignore
1 parent 984fb66 commit 92cee7f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ bower_components
2929
# node-waf configuration
3030
.lock-wscript
3131

32-
# Compiled binary addons (http://nodejs.org/api/addons.html)
32+
# Compiled binary addons (https://nodejs.org/api/addons.html)
3333
build/Release
3434

3535
# Dependency directories
3636
node_modules/
3737
jspm_packages/
3838

39-
# Typescript v1 declaration files
39+
# TypeScript v1 declaration files
4040
typings/
4141

4242
# Optional npm cache directory
@@ -57,3 +57,5 @@ typings/
5757
# dotenv environment variables file
5858
.env
5959

60+
# next.js build output
61+
.next

0 commit comments

Comments
 (0)