Skip to content

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vgocoder committed Apr 13, 2021
1 parent d658241 commit 1c5e3bd
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
### vscode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Whitelist some files
!.gitignore
!README.md

# Ignore all files named .DS_Store or ending with .log
**/.DS_Store
**.log

!wwwroot
wwwroot/*

!nginx
nginx/*
!nginx/conf.d/default.conf
!nginx/conf.d/demo.conf
Empty file removed wwwroot/.ignore
Empty file.
Empty file removed wwwroot/demo/.ignore
Empty file.

0 comments on commit 1c5e3bd

Please sign in to comment.