mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-22 02:02:14 +00:00
- Simplify build config - Add TTY check to Makefiles for running Docker containers - Update `fs2` to latest patch - Update `sbt-assembly` plugin - Update portal to remove chatty console - Update portal scripts to add license header - Update prepare-portal/Gruntfile to combine js and css where applicable - Remove unused gentelella files from final portal artifact - Add support for shared zones to quickstart/docker images - Consolidate built artifacts in `artifacts/` to make eventual release easier
39 lines
380 B
Plaintext
39 lines
380 B
Plaintext
.DS_Store
|
|
.vagrant
|
|
target
|
|
logs
|
|
project/project
|
|
project/target
|
|
.swp
|
|
.cache
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
target/
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
*~
|
|
.pydevproject
|
|
*.pyc
|
|
*.dvi
|
|
.virtualenv
|
|
private
|
|
release.version
|
|
.ensime
|
|
.ensime_cache
|
|
package-lock.json
|
|
*trustStore.jks
|
|
.bloop
|
|
.metals
|
|
tmp.out
|
|
.vscode
|
|
project/metals.sbt
|
|
.bsp
|
|
quickstart/data
|
|
**/.virtualenv
|
|
**/.venv*
|
|
**/*cache*
|
|
**/artifacts/
|