mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 05:21:31 +08:00
Simplification of on the ignoring parts
This commit is contained in:
parent
9b0fcfccf8
commit
6cf5992024
27
.gitignore
vendored
27
.gitignore
vendored
@ -1,35 +1,12 @@
|
|||||||
*.pyc
|
|
||||||
*.egg-info
|
|
||||||
*.db
|
|
||||||
*.db.old
|
|
||||||
*.swp
|
|
||||||
*.db-journal
|
|
||||||
|
|
||||||
.coverage
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.installed.cfg
|
|
||||||
_site/*
|
_site/*
|
||||||
|
|
||||||
.idea/*
|
|
||||||
.svn/*
|
|
||||||
src/website/static/*
|
|
||||||
src/website/media/*
|
|
||||||
|
|
||||||
bin
|
|
||||||
cfcache
|
|
||||||
develop-eggs
|
|
||||||
dist
|
|
||||||
downloads
|
|
||||||
eggs
|
|
||||||
parts
|
|
||||||
tmp
|
|
||||||
.sass-cache
|
.sass-cache
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
src/website/settingslocal.py
|
|
||||||
stunnel.log
|
|
||||||
|
|
||||||
.ruby-version
|
.ruby-version
|
||||||
.bundle
|
.bundle
|
||||||
|
|
||||||
src/icons/forkawesome/
|
src/icons/forkawesome/
|
||||||
|
src/scripts/
|
||||||
|
25
.npmignore
25
.npmignore
@ -1,34 +1,9 @@
|
|||||||
*.pyc
|
|
||||||
*.egg-info
|
|
||||||
*.db
|
|
||||||
*.db.old
|
|
||||||
*.swp
|
|
||||||
*.db-journal
|
|
||||||
|
|
||||||
.coverage
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.installed.cfg
|
|
||||||
_site/
|
_site/
|
||||||
|
|
||||||
.idea/*
|
|
||||||
.svn/*
|
|
||||||
src/website/static/*
|
|
||||||
src/website/media/*
|
|
||||||
|
|
||||||
bin
|
|
||||||
cfcache
|
|
||||||
develop-eggs
|
|
||||||
dist
|
|
||||||
downloads
|
|
||||||
eggs
|
|
||||||
parts
|
|
||||||
tmp
|
|
||||||
.sass-cache
|
.sass-cache
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
src/website/settingslocal.py
|
|
||||||
stunnel.log
|
|
||||||
|
|
||||||
.ruby-version
|
.ruby-version
|
||||||
|
|
||||||
# don't need these in the npm package.
|
# don't need these in the npm package.
|
||||||
|
Loading…
Reference in New Issue
Block a user