Skip to content

Commit

Permalink
Add .dockerignore and migrate Dockerfile to root of project
Browse files Browse the repository at this point in the history
  • Loading branch information
sethforprivacy committed Feb 10, 2025
1 parent a30fd87 commit d07c195
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 150 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,10 @@ ios/MoneroWallet.framework/MoneroWallet
ios/WowneroWallet.framework/WowneroWallet
ios/ZanoWallet.framework/ZanoWallet
*_libwallet2_api_c.dylib

# Docker build related files
linux/flutter/generated_plugin_registrant.cc
linux/flutter/generated_plugins.cmake
macos/flutter/GeneratedPluginRegistrang.swift
windows/flutter/generated_plugin_registrant.cc
windows/flutter/generated_plugins.cmake
150 changes: 0 additions & 150 deletions scripts/linux/Dockerfile.linux

This file was deleted.

0 comments on commit d07c195

Please sign in to comment.