mirror of
https://github.com/strapi/strapi.git
synced 2025-11-06 21:29:24 +00:00
Ignore .editorconfig & .gitattributes in npm plugins & admin
This commit is contained in:
parent
63f40fc356
commit
0fbf3cae79
@ -75,6 +75,8 @@ $RECYCLE.BIN/
|
|||||||
|
|
||||||
*#
|
*#
|
||||||
ssl
|
ssl
|
||||||
|
.editorconfig
|
||||||
|
.gitattributes
|
||||||
.idea
|
.idea
|
||||||
nbproject
|
nbproject
|
||||||
|
|
||||||
|
|||||||
@ -75,6 +75,8 @@ $RECYCLE.BIN/
|
|||||||
|
|
||||||
*#
|
*#
|
||||||
ssl
|
ssl
|
||||||
|
.editorconfig
|
||||||
|
.gitattributes
|
||||||
.idea
|
.idea
|
||||||
nbproject
|
nbproject
|
||||||
|
|
||||||
|
|||||||
@ -75,6 +75,8 @@ $RECYCLE.BIN/
|
|||||||
|
|
||||||
*#
|
*#
|
||||||
ssl
|
ssl
|
||||||
|
.editorconfig
|
||||||
|
.gitattributes
|
||||||
.idea
|
.idea
|
||||||
nbproject
|
nbproject
|
||||||
|
|
||||||
|
|||||||
@ -75,6 +75,8 @@ $RECYCLE.BIN/
|
|||||||
|
|
||||||
*#
|
*#
|
||||||
ssl
|
ssl
|
||||||
|
.editorconfig
|
||||||
|
.gitattributes
|
||||||
.idea
|
.idea
|
||||||
nbproject
|
nbproject
|
||||||
|
|
||||||
|
|||||||
@ -75,6 +75,8 @@ $RECYCLE.BIN/
|
|||||||
|
|
||||||
*#
|
*#
|
||||||
ssl
|
ssl
|
||||||
|
.editorconfig
|
||||||
|
.gitattributes
|
||||||
.idea
|
.idea
|
||||||
nbproject
|
nbproject
|
||||||
|
|
||||||
|
|||||||
@ -75,6 +75,8 @@ $RECYCLE.BIN/
|
|||||||
|
|
||||||
*#
|
*#
|
||||||
ssl
|
ssl
|
||||||
|
.editorconfig
|
||||||
|
.gitattributes
|
||||||
.idea
|
.idea
|
||||||
nbproject
|
nbproject
|
||||||
|
|
||||||
|
|||||||
103
packages/strapi-plugin-upload/.npmignore
Normal file
103
packages/strapi-plugin-upload/.npmignore
Normal file
@ -0,0 +1,103 @@
|
|||||||
|
############################
|
||||||
|
# OS X
|
||||||
|
############################
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
Icon
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
._*
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Linux
|
||||||
|
############################
|
||||||
|
|
||||||
|
*~
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Windows
|
||||||
|
############################
|
||||||
|
|
||||||
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
Desktop.ini
|
||||||
|
$RECYCLE.BIN/
|
||||||
|
*.cab
|
||||||
|
*.msi
|
||||||
|
*.msm
|
||||||
|
*.msp
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Packages
|
||||||
|
############################
|
||||||
|
|
||||||
|
*.7z
|
||||||
|
*.csv
|
||||||
|
*.dat
|
||||||
|
*.dmg
|
||||||
|
*.gz
|
||||||
|
*.iso
|
||||||
|
*.jar
|
||||||
|
*.rar
|
||||||
|
*.tar
|
||||||
|
*.zip
|
||||||
|
*.com
|
||||||
|
*.class
|
||||||
|
*.dll
|
||||||
|
*.exe
|
||||||
|
*.o
|
||||||
|
*.seed
|
||||||
|
*.so
|
||||||
|
*.swo
|
||||||
|
*.swp
|
||||||
|
*.swn
|
||||||
|
*.swm
|
||||||
|
*.out
|
||||||
|
*.pid
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Logs and databases
|
||||||
|
############################
|
||||||
|
|
||||||
|
*.log
|
||||||
|
*.sql
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Misc.
|
||||||
|
############################
|
||||||
|
|
||||||
|
*#
|
||||||
|
ssl
|
||||||
|
.editorconfig
|
||||||
|
.gitattributes
|
||||||
|
.idea
|
||||||
|
nbproject
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Node.js
|
||||||
|
############################
|
||||||
|
|
||||||
|
lib-cov
|
||||||
|
lcov.info
|
||||||
|
pids
|
||||||
|
logs
|
||||||
|
results
|
||||||
|
node_modules
|
||||||
|
.node_history
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Tests
|
||||||
|
############################
|
||||||
|
|
||||||
|
test
|
||||||
|
testApp
|
||||||
|
coverage
|
||||||
@ -75,6 +75,8 @@ $RECYCLE.BIN/
|
|||||||
|
|
||||||
*#
|
*#
|
||||||
ssl
|
ssl
|
||||||
|
.editorconfig
|
||||||
|
.gitattributes
|
||||||
.idea
|
.idea
|
||||||
nbproject
|
nbproject
|
||||||
|
|
||||||
|
|||||||
@ -76,6 +76,9 @@ $RECYCLE.BIN/
|
|||||||
############################
|
############################
|
||||||
|
|
||||||
*#
|
*#
|
||||||
|
ssl
|
||||||
|
.editorconfig
|
||||||
|
.gitattributes
|
||||||
.idea
|
.idea
|
||||||
nbproject
|
nbproject
|
||||||
|
|
||||||
|
|||||||
104
packages/strapi-upload-cloudinary/.npmignore
Normal file
104
packages/strapi-upload-cloudinary/.npmignore
Normal file
@ -0,0 +1,104 @@
|
|||||||
|
############################
|
||||||
|
# OS X
|
||||||
|
############################
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
Icon
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
._*
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Linux
|
||||||
|
############################
|
||||||
|
|
||||||
|
*~
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Windows
|
||||||
|
############################
|
||||||
|
|
||||||
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
Desktop.ini
|
||||||
|
$RECYCLE.BIN/
|
||||||
|
*.cab
|
||||||
|
*.msi
|
||||||
|
*.msm
|
||||||
|
*.msp
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Packages
|
||||||
|
############################
|
||||||
|
|
||||||
|
*.7z
|
||||||
|
*.csv
|
||||||
|
*.dat
|
||||||
|
*.dmg
|
||||||
|
*.gz
|
||||||
|
*.iso
|
||||||
|
*.jar
|
||||||
|
*.rar
|
||||||
|
*.tar
|
||||||
|
*.zip
|
||||||
|
*.com
|
||||||
|
*.class
|
||||||
|
*.dll
|
||||||
|
*.exe
|
||||||
|
*.o
|
||||||
|
*.seed
|
||||||
|
*.so
|
||||||
|
*.swo
|
||||||
|
*.swp
|
||||||
|
*.swn
|
||||||
|
*.swm
|
||||||
|
*.out
|
||||||
|
*.pid
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Logs and databases
|
||||||
|
############################
|
||||||
|
|
||||||
|
.tmp
|
||||||
|
*.log
|
||||||
|
*.sql
|
||||||
|
*.sqlite
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Misc.
|
||||||
|
############################
|
||||||
|
|
||||||
|
*#
|
||||||
|
ssl
|
||||||
|
.editorconfig
|
||||||
|
.gitattributes
|
||||||
|
.idea
|
||||||
|
nbproject
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Node.js
|
||||||
|
############################
|
||||||
|
|
||||||
|
lib-cov
|
||||||
|
lcov.info
|
||||||
|
pids
|
||||||
|
logs
|
||||||
|
results
|
||||||
|
build
|
||||||
|
node_modules
|
||||||
|
.node_history
|
||||||
|
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Tests
|
||||||
|
############################
|
||||||
|
|
||||||
|
test
|
||||||
@ -76,6 +76,9 @@ $RECYCLE.BIN/
|
|||||||
############################
|
############################
|
||||||
|
|
||||||
*#
|
*#
|
||||||
|
ssl
|
||||||
|
.editorconfig
|
||||||
|
.gitattributes
|
||||||
.idea
|
.idea
|
||||||
nbproject
|
nbproject
|
||||||
|
|
||||||
|
|||||||
@ -76,6 +76,9 @@ $RECYCLE.BIN/
|
|||||||
############################
|
############################
|
||||||
|
|
||||||
*#
|
*#
|
||||||
|
ssl
|
||||||
|
.editorconfig
|
||||||
|
.gitattributes
|
||||||
.idea
|
.idea
|
||||||
nbproject
|
nbproject
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user