Use .gitkeep files to keep the dependency folders

This commit is contained in:
Neil Brommer 2017-08-27 16:44:58 -07:00
parent 93d884285b
commit 7d1c63aefd
3 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View file

@ -1,8 +1,12 @@
# Exclude dependency files
# Use .gitkeep to force git to keep the empty folders
bootstrap/*
!bootstrap/.gitkeep
font-awesome/*
!font-awesome/.gitkeep
js/jquery-3.2.1.js
js/popper.js
!js/.gitkeep
# Visual Studio Code

0
bootstrap/.gitkeep Normal file
View file

0
js/.gitkeep Normal file
View file