mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-04 12:14:37 +08:00
fixes gitignore
This commit is contained in:
parent
952173fbd6
commit
60d1fb5e66
3 changed files with 3 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -64,5 +64,7 @@ coverage
|
||||||
app/javascript/src/componentLoader/components/*
|
app/javascript/src/componentLoader/components/*
|
||||||
|
|
||||||
# ignore addon features
|
# ignore addon features
|
||||||
features/addons/*
|
features/addons
|
||||||
|
spec/addons
|
||||||
!features/addons/.gitkeep
|
!features/addons/.gitkeep
|
||||||
|
!spec/addons/.gitkeep
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/src/app/addons/organization_management/features
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/src/app/addons/organization_management/spec
|
|
Loading…
Add table
Reference in a new issue