gitignore
This commit is contained in:
+54
@@ -0,0 +1,54 @@
|
||||
.*
|
||||
*.pyc
|
||||
*.pyo
|
||||
*~
|
||||
#*
|
||||
*.1
|
||||
*.bak
|
||||
*.bak2
|
||||
*.svn
|
||||
*.w2p
|
||||
*.class
|
||||
*.rej
|
||||
*.orig
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
index.yaml
|
||||
routes.py
|
||||
logging.conf
|
||||
gluon/tests/VERSION
|
||||
gluon/tests/sql.log
|
||||
./httpserver.log
|
||||
./httpserver.pid
|
||||
./parameters*.py
|
||||
./deposit
|
||||
./benchmark
|
||||
./build
|
||||
./dist*
|
||||
./dummy_tests
|
||||
./optional_contrib
|
||||
./ssl
|
||||
./docs
|
||||
./logs
|
||||
./*.zip
|
||||
./gluon/*.1
|
||||
./gluon/*.txt
|
||||
./admin.w2p
|
||||
./examples.w2p
|
||||
applications/*
|
||||
!applications/welcome
|
||||
!applications/welcome/*
|
||||
!applications/examples
|
||||
!applications/examples/*
|
||||
!applications/admin
|
||||
!applications/admin/*
|
||||
applications/*/databases/*
|
||||
applications/*/sessions/*
|
||||
applications/*/errors/*
|
||||
applications/*/cache/*
|
||||
applications/*/uploads/*
|
||||
applications/examples/static/epydoc
|
||||
applications/examples/static/sphinx
|
||||
applications/admin/cron/cron.master
|
||||
|
||||
|
||||
Reference in New Issue
Block a user