remove all manifest files from tracking

add readme explaining empty directory
This commit is contained in:
Berkeley Martinez
2015-08-28 16:39:14 -07:00
parent 9b6a709301
commit 0dfa11ca99
7 changed files with 17 additions and 14 deletions

4
.gitignore vendored
View File

@ -35,6 +35,10 @@ public/js/bundle*
*.map
// revision manifest
server/rev-manifest.json
server/manifests/*
!server/manifests/README.md
public/js/main*
public/js/commonFramework*
public/js/sandbox*

5
server/README.md Normal file
View File

@ -0,0 +1,5 @@
Everything to due with the server
One file that is not tracked here is `rev-manifest.json`.
It is generated at runtime and its contents changes as the contents
of client side files change.

View File

@ -0,0 +1,8 @@
This folder contains a list of json files representing the name
of revisioned client files. It is empty due to the fact that the
files are generated at runtime and their content is determined by
the content of the files they are derived from.
Since the build process is not exactly the same on every machine,
this files are not tracked in github otherwise conflicts arise when
building on our servers.

View File

@ -1,3 +0,0 @@
{
"main.css": "main-6645810137.css"
}

View File

@ -1,3 +0,0 @@
{
"commonFramework.js": "commonFramework-f2a3a38931.js"
}

View File

@ -1,5 +0,0 @@
{
"iFrameScripts.js": "iFrameScripts-fee9f17adb.js",
"main.js": "main-c4d88948ff.js",
"plugin.js": "plugin-4564d5d4ec.js"
}

View File

@ -1,3 +0,0 @@
{
"bundle.js": "bundle-5c9b5836a9.js"
}