mirror of
https://github.com/strapi/strapi.git
synced 2025-11-15 17:49:57 +00:00
Fix .gitignore file generation
This commit is contained in:
parent
348b4d1b27
commit
f9126e5f0d
101
packages/strapi-generate-new/files/.gitignore
vendored
101
packages/strapi-generate-new/files/.gitignore
vendored
@ -1,101 +0,0 @@
|
|||||||
############################
|
|
||||||
# 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
|
|
||||||
.idea
|
|
||||||
nbproject
|
|
||||||
|
|
||||||
|
|
||||||
############################
|
|
||||||
# Node.js
|
|
||||||
############################
|
|
||||||
|
|
||||||
lib-cov
|
|
||||||
lcov.info
|
|
||||||
pids
|
|
||||||
logs
|
|
||||||
results
|
|
||||||
node_modules
|
|
||||||
.node_history
|
|
||||||
package-lock.json
|
|
||||||
|
|
||||||
|
|
||||||
############################
|
|
||||||
# Tests
|
|
||||||
############################
|
|
||||||
|
|
||||||
testApp
|
|
||||||
coverage
|
|
||||||
@ -36,6 +36,9 @@ module.exports = {
|
|||||||
'.npmignore': {
|
'.npmignore': {
|
||||||
copy: 'npmignore'
|
copy: 'npmignore'
|
||||||
},
|
},
|
||||||
|
'.gitignore': {
|
||||||
|
copy: 'gitignore'
|
||||||
|
},
|
||||||
|
|
||||||
// Copy Markdown files with some information.
|
// Copy Markdown files with some information.
|
||||||
'README.md': {
|
'README.md': {
|
||||||
|
|||||||
@ -102,10 +102,3 @@ node_modules
|
|||||||
|
|
||||||
testApp
|
testApp
|
||||||
coverage
|
coverage
|
||||||
|
|
||||||
|
|
||||||
############################
|
|
||||||
# Front-end workflow
|
|
||||||
############################
|
|
||||||
|
|
||||||
bower_components
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user