Use .gitkeep files to keep the dependency folders
This commit is contained in:
parent
93d884285b
commit
7d1c63aefd
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,8 +1,12 @@
|
||||||
# Exclude dependency files
|
# Exclude dependency files
|
||||||
|
# Use .gitkeep to force git to keep the empty folders
|
||||||
bootstrap/*
|
bootstrap/*
|
||||||
|
!bootstrap/.gitkeep
|
||||||
font-awesome/*
|
font-awesome/*
|
||||||
|
!font-awesome/.gitkeep
|
||||||
js/jquery-3.2.1.js
|
js/jquery-3.2.1.js
|
||||||
js/popper.js
|
js/popper.js
|
||||||
|
!js/.gitkeep
|
||||||
|
|
||||||
|
|
||||||
# Visual Studio Code
|
# Visual Studio Code
|
||||||
|
|
0
bootstrap/.gitkeep
Normal file
0
bootstrap/.gitkeep
Normal file
0
js/.gitkeep
Normal file
0
js/.gitkeep
Normal file
Loading…
Reference in a new issue