Skip to content

Commit

Permalink
AG-3793 Restructure folders in latest for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlandsman committed Jan 28, 2020
1 parent 90e8552 commit 8c4ac31
Show file tree
Hide file tree
Showing 3,683 changed files with 1,195 additions and 1,193 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
46 changes: 23 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,45 +20,45 @@ docs_are_running
# latest only
dist

packages/ag-grid-angular/aot/**
packages/ag-grid-angular/dist/**
packages/ag-grid-angular/main.js.map
packages/ag-grid-angular/main.js
packages/ag-grid-angular/main.d.ts
packages/ag-grid-angular/main.metadata.json
grid-packages/ag-grid-angular/aot/**
grid-packages/ag-grid-angular/dist/**
grid-packages/ag-grid-angular/main.js.map
grid-packages/ag-grid-angular/main.js
grid-packages/ag-grid-angular/main.d.ts
grid-packages/ag-grid-angular/main.metadata.json
community-modules/angular/aot/**
community-modules/angular/dist/**
community-modules/angular/main.js.map
community-modules/angular/main.js
community-modules/angular/main.d.ts
community-modules/angular/main.metadata.json

packages/ag-grid-react/lib/**
packages/ag-grid-react/umd/ag-grid-react.min.js
grid-packages/ag-grid-react/lib/**
grid-packages/ag-grid-react/umd/ag-grid-react.min.js
community-modules/react/lib/**
community-modules/react/umd/ag-grid-react.min.js

packages/ag-grid-community/main.d.ts
packages/ag-grid-community/main.js
packages/ag-grid-enterprise/main.d.ts
packages/ag-grid-enterprise/main.js
grid-packages/ag-grid-community/main.d.ts
grid-packages/ag-grid-community/main.js
grid-packages/ag-grid-enterprise/main.d.ts
grid-packages/ag-grid-enterprise/main.js

packages/ag-grid-vue/lib/**
packages/ag-grid-vue/main.js
packages/ag-grid-vue/main.d.ts
grid-packages/ag-grid-vue/lib/**
grid-packages/ag-grid-vue/main.js
grid-packages/ag-grid-vue/main.d.ts
community-modules/vue/lib/**
community-modules/vue/main.js

packages/ag-grid-angular/exports.d.ts
packages/ag-grid-angular/exports.js
packages/ag-grid-angular/exports.js.map
packages/ag-grid-angular/exports.metadata.json
grid-packages/ag-grid-angular/exports.d.ts
grid-packages/ag-grid-angular/exports.js
grid-packages/ag-grid-angular/exports.js.map
grid-packages/ag-grid-angular/exports.metadata.json

packages/ag-grid-community/src/styles
grid-packages/ag-grid-community/src/styles

community-modules/core/typings

charts-community-modules/react/lib
charts-community-modules/react/umd
charts-community-modules/vue/lib/**
charts-packages/ag-charts-react/lib
charts-packages/ag-charts-react/umd
charts-packages/ag-charts-vue/lib/**
charts-packages/ag-charts-angular/dist
18 changes: 9 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
[submodule "packages/ag-grid-angular-cli-example"]
[submodule "grid-packages/ag-grid-angular-cli-example"]
path = examples-grid/ag-grid-angular-cli-example
url = https://github.com/ag-grid/ag-grid-angular-cli-example.git
branch = latest
[submodule "packages/ag-grid-react-example"]
[submodule "grid-packages/ag-grid-react-example"]
path = examples-grid/ag-grid-react-example
url = https://github.com/ag-grid/ag-grid-react-example.git
branch = latest
[submodule "packages/ag-grid-vue-example"]
[submodule "grid-packages/ag-grid-vue-example"]
path = examples-grid/ag-grid-vue-example
url = https://github.com/ag-grid/ag-grid-vue-example.git
branch = latest
[submodule "packages/ag-grid-polymer-example"]
[submodule "grid-packages/ag-grid-polymer-example"]
path = examples-grid/ag-grid-polymer-example
url = https://github.com/ag-grid/ag-grid-polymer-example.git
branch = latest
[submodule "packages/ag-grid-charts-example"]
[submodule "charts-packages/ag-grid-charts-example"]
path = examples-grid/ag-grid-charts-example
url = https://github.com/ag-grid/ag-grid-charts-example.git
branch = latest
[submodule "packages/ag-charts-react-example"]
[submodule "charts-packages/ag-charts-react-example"]
path = examples-charts/ag-charts-react-example
url = https://github.com/ag-grid/ag-charts-react-example.git
[submodule "packages/ag-charts-vue-example"]
[submodule "charts-packages/ag-charts-vue-example"]
path = examples-charts/ag-charts-vue-example
url = https://github.com/ag-grid/ag-charts-vue-example.git
[submodule "packages/ag-charts-polymer-example"]
[submodule "charts-packages/ag-charts-polymer-example"]
path = examples-charts/ag-charts-polymer-example
url = https://github.com/ag-grid/ag-charts-polymer-example.git
[submodule "packages/ag-charts-angular-example"]
[submodule "charts-packages/ag-charts-angular-example"]
path = examples-charts/ag-charts-angular-example
url = https://github.com/ag-grid/ag-charts-angular-example.git
112 changes: 58 additions & 54 deletions .idea/ag-grid.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions .idea/jsLibraryMappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"trans"
],
"files.exclude": {
"packages/ag-grid-community": true,
"packages/ag-grid-enterprise": true,
"packages/ag-grid-angular": true,
"packages/ag-grid-react": true,
"packages/ag-grid-vue": true,
"grid-packages/ag-grid-community": true,
"grid-packages/ag-grid-enterprise": true,
"grid-packages/ag-grid-angular": true,
"grid-packages/ag-grid-react": true,
"grid-packages/ag-grid-vue": true,
"**/.git": true,
"**/.DS_Store": true
},
"[scss]": {
"editor.detectIndentation": false,
"editor.tabSize": 4
},
}
}
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ The following packages are MIT licensed:
The following packages are Commercial licensed:
+ ag-grid-enterprise

To view the commercial license for ag-grid-enterprise, see the file packages/ag-grid-enterprise/LICENSE.md
To view the commercial license for ag-grid-enterprise, see the file grid-packages/ag-grid-enterprise/LICENSE.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 8c4ac31

Please sign in to comment.