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
# Build results
**/bin/
**/build/
**/obj/
**/publish/
bin/
build/
obj/
out/
publish/
# Test Output
**/_test-output/
_test-output/
# NodeJS
**/node_modules/
node_modules/
**/src/Squidex/Assets/*.*
src/Squidex/Assets/*.*
**/src/Squidex/appsettings.Development.json
**/src/Squidex/appsettings.Production.json
**/src/Squidex/Properties/launchSettings.json
**/appsettings.Development.json
**/appsettings.Production.json
**/launchSettings.json
# Build
.drone.yml
# Documentation
CHANGELOG.md

9
.gitignore

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

14583
src/Squidex/package-lock.json

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