.hgignore
author ymh <ymh.work@gmail.com>
Mon, 25 Jul 2016 16:18:55 +0200
changeset 96 12dab8a7797c
parent 90 00c9bb0f6f37
permissions -rw-r--r--
small change to call to close tracking api
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
71a42c20fc86 first project structure
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
syntax: glob
1
5f50937893ac Commit work on metaeducation
durandn
parents: 0
diff changeset
     2
server/src/metaeducation/settings/dev.py
0
71a42c20fc86 first project structure
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
server/run/*
71a42c20fc86 first project structure
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
server/web/*
90
00c9bb0f6f37 Add asset compilation step to transpile js files for older browser (adn Safari)
ymh <ymh.work@gmail.com>
parents: 71
diff changeset
     5
server/src/node_modules
0
71a42c20fc86 first project structure
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
server/src/dist
71a42c20fc86 first project structure
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
server/src/MANIFEST
71a42c20fc86 first project structure
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
server/src/MANIFEST.in
1
5f50937893ac Commit work on metaeducation
durandn
parents: 0
diff changeset
     9
oauth/settings/client_settings.py
5f50937893ac Commit work on metaeducation
durandn
parents: 0
diff changeset
    10
oauth/settings/oauth_settings.py
5
4407b131a70e adjustments on Oauth server and mock ged client + Readme
durandn
parents: 1
diff changeset
    11
oauth/db.sqlite
0
71a42c20fc86 first project structure
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
71a42c20fc86 first project structure
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
syntax: regexp
71a42c20fc86 first project structure
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
^authserver/homestead/\.vagrant$
71
1b93c07510e4 add correct object initialization to save
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
    15
\.tern-port$