shavenwarthog

Ackrc for web

Sep 5th, 2014
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. # ACKRC for Flask/SQLAlchemy project
  2.  
  3. --pager=less -r
  4.  
  5. # ignore compiled files
  6. --ignore-file=ext:map
  7. --ignore-file=ext:orig
  8. --ignore-file=is:project.js
  9. --ignore-file=is:templates-compiled.js
  10. --ignore-file=is:TAGS
  11.  
  12. # Sass (?)
  13. --type-set
  14. sass:ext:scss
  15.  
  16. # configuration
  17. --type-set
  18. config:ext:cfg
  19. --type-set
  20. config:ext:ini
  21.  
  22. --ignore-dir=migrations
  23. --ignore-dir=node_modules
  24. --ignore-dir=OLD
Advertisement
Add Comment
Please, Sign In to add comment