mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[enh] additionnal stuff in .gitignore
This commit is contained in:
parent
8ea2b1c67b
commit
1dfc1a4d88
1 changed files with 6 additions and 3 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,9 +1,11 @@
|
|||
*.swp
|
||||
*~
|
||||
|
||||
debian/*.log
|
||||
|
||||
# npm files
|
||||
node_modules
|
||||
npm-debug.log
|
||||
src/node_modules
|
||||
src/npm-debug.log
|
||||
|
||||
# Symlink to ca.crt file
|
||||
ca.crt
|
||||
|
@ -11,4 +13,5 @@ ca.crt
|
|||
# Debug CSS file
|
||||
src/css/style.css
|
||||
|
||||
bower_components
|
||||
src/bower_components
|
||||
src/dist
|
||||
|
|
Loading…
Reference in a new issue