remove all manifest files from tracking
add readme explaining empty directory
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
5
server/README.md
Normal 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.
|
8
server/manifests/README.md
Normal file
8
server/manifests/README.md
Normal 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.
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"main.css": "main-6645810137.css"
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"commonFramework.js": "commonFramework-f2a3a38931.js"
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"iFrameScripts.js": "iFrameScripts-fee9f17adb.js",
|
||||
"main.js": "main-c4d88948ff.js",
|
||||
"plugin.js": "plugin-4564d5d4ec.js"
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"bundle.js": "bundle-5c9b5836a9.js"
|
||||
}
|
Reference in New Issue
Block a user