liftweb-uirouter

angularjs ui-router module for scala liftweb framework

git clone https://9o.is/git/liftweb-uirouter.git

.gitignore

(637B)


      1 # use glob syntax.
      2 syntax: glob
      3 *.swp
      4 *.ser
      5 *.class
      6 *~
      7 *.bak
      8 *.off
      9 *.old
     10 .DS_Store
     11 .cache
     12 
     13 # logs
     14 derby.log
     15 
     16 # eclipse conf file
     17 .settings
     18 .classpath
     19 .project
     20 .manager
     21 .externalToolBuilders
     22 
     23 # ensime/emacs conf files
     24 .ensime
     25 .scala_dependencies
     26 
     27 # building
     28 target
     29 null
     30 tmp*
     31 dist
     32 test-output
     33 
     34 # sbt
     35 target
     36 lib_managed
     37 src_managed
     38 project/boot
     39 project/plugins/project
     40 
     41 # other scm
     42 .svn
     43 .CVS
     44 .hg*
     45 
     46 # switch to regexp syntax.
     47 #  syntax: regexp
     48 #  ^\.pc/
     49 
     50 # IntelliJ
     51 *.eml
     52 *.iml
     53 *.ipr
     54 *.iws
     55 .idea
     56 
     57 # Pax Runner (for easy OSGi launching)
     58 runner
     59 
     60 #grunt/requirejs stuff
     61 node_modules/
     62 bower_components/
     63 .grunt/
     64 _SpecRunner.html
     65 
     66 sbt-linuxlab.sh