Skip to content

Commit

Permalink
Ignore files which expose sensitive information.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockarchitech committed May 15, 2022
1 parent e14accf commit 01385f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.xcodeproj
BetterPS.xcodeproj/
2 changes: 2 additions & 0 deletions BetterPS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
27422FF52827FB9E0053403A /* BetterPS_Extension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = BetterPS_Extension.entitlements; sourceTree = "<group>"; };
274230052827FE180053403A /* jquery.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = jquery.js; sourceTree = "<group>"; };
276412B1282807A10096411F /* extraTools.css */ = {isa = PBXFileReference; lastKnownFileType = text.css; path = extraTools.css; sourceTree = "<group>"; };
2783D95328315B4700839E87 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -130,6 +131,7 @@
27422FA82827FB990053403A = {
isa = PBXGroup;
children = (
2783D95328315B4700839E87 /* .gitignore */,
27422FB32827FB990053403A /* BetterPS */,
27422FD02827FB9E0053403A /* BetterPSTests */,
27422FDA2827FB9E0053403A /* BetterPSUITests */,
Expand Down

0 comments on commit 01385f6

Please sign in to comment.