Browse Source

Fix ignore again.

pull/337/head
Sebastian Stehle 7 years ago
parent
commit
1ff2f272b5
  1. 25
      .dockerignore
  2. 9
      .gitignore
  3. 14583
      src/Squidex/package-lock.json

25
.dockerignore

@ -8,21 +8,26 @@
.git .git
# Build results # Build results
**/bin/ bin/
**/build/ build/
**/obj/ obj/
**/publish/ out/
publish/
# Test Output # Test Output
**/_test-output/ _test-output/
# NodeJS # NodeJS
**/node_modules/ node_modules/
**/src/Squidex/Assets/*.* src/Squidex/Assets/*.*
**/src/Squidex/appsettings.Development.json **/appsettings.Development.json
**/src/Squidex/appsettings.Production.json **/appsettings.Production.json
**/src/Squidex/Properties/launchSettings.json **/launchSettings.json
# Build
.drone.yml
# Documentation
CHANGELOG.md CHANGELOG.md

9
.gitignore

@ -24,11 +24,8 @@ node_modules/
# Scripts (should be copied from node_modules on build) # Scripts (should be copied from node_modules on build)
**/wwwroot/scripts/**/*.* **/wwwroot/scripts/**/*.*
/src/Squidex/Assets /src/Squidex/Assets/
/src/Squidex/appsettings.Development.json
/src/Squidex/appsettings.Production.json
/src/Squidex/package-lock.json
/global.json
appsettings.Development.json
appsettings.Production.json
launchSettings.json launchSettings.json

14583
src/Squidex/package-lock.json

File diff suppressed because it is too large
Loading…
Cancel
Save