Skip to content

Commit 3804f87

Browse files
committed
Use only one global gitignore
- latest git version ignores symlinked gitignores
1 parent 4bae2cb commit 3804f87

File tree

11 files changed

+118
-104
lines changed

11 files changed

+118
-104
lines changed

.gitignore

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,100 @@ packages/**/size-snapshot.json
7878
.nvmrc
7979

8080
.DS_STORE
81+
82+
83+
# common
84+
85+
# Logs
86+
logs
87+
*.log
88+
npm-debug.log*
89+
yarn-debug.log*
90+
yarn-error.log*
91+
92+
# Runtime data
93+
pids
94+
*.pid
95+
*.seed
96+
*.pid.lock
97+
.vscode
98+
99+
# Directory for instrumented libs generated by jscoverage/JSCover
100+
lib-cov
101+
102+
# Coverage directory used by tools like istanbul
103+
coverage
104+
105+
# nyc test coverage
106+
.nyc_output
107+
108+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
109+
.grunt
110+
111+
# Bower dependency directory (https://bower.io/)
112+
bower_components
113+
114+
# node-waf configuration
115+
.lock-wscript
116+
117+
# Compiled binary addons (https://nodejs.org/api/addons.html)
118+
build/Release
119+
120+
# Dependency directories
121+
node_modules/
122+
jspm_packages/
123+
124+
# TypeScript v1 declaration files
125+
typings/
126+
127+
# Optional npm cache directory
128+
.npm
129+
130+
# Optional eslint cache
131+
.eslintcache
132+
133+
# Optional REPL history
134+
.node_repl_history
135+
136+
# Output of 'npm pack'
137+
*.tgz
138+
139+
# Yarn files
140+
.yarn-integrity
141+
yarn.lock
142+
143+
# dotenv environment variables file
144+
.env
145+
146+
# next.js build output
147+
.next
148+
149+
# build output
150+
dist
151+
vendor
152+
153+
/*
154+
155+
!src
156+
!src/
157+
!demo/
158+
!demo
159+
!src/*
160+
!demo/*
161+
!config
162+
!.npmignore
163+
!.gitignore
164+
!babel.config.js
165+
!generate-packages.js
166+
!LICENSE
167+
!package.json
168+
!README.md
169+
!tsconfig.json
170+
!generate-typings.js
171+
!rollup.config.js
172+
!generate-componen-examples.js
173+
!firebae.json
174+
!firebaseFunctions.js
175+
!scripts/
176+
177+
.DS_STORE

packages/ant-component-mapper/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/blueprint-component-mapper/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/carbon-component-mapper/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/common/.gitignore

Lines changed: 0 additions & 90 deletions
This file was deleted.

packages/mui-component-mapper/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/parsers/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/pf4-component-mapper/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/react-form-renderer/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/suir-component-mapper/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)