BCB Bank static website
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
157 B

  1. *.sqlite3
  2. *.pyc
  3. **/migrations/
  4. **/.sass-cache/
  5. *.map
  6. .vscode/
  7. all_staticfiles/
  8. *.zip
  9. static/uploaded/
  10. node_modules/
  11. virtualenv/
  12. *.iml
  13. *.idea
  14. *.xml
  15. *.DS_Store