Skip to content

Commit

Permalink
New .gitignore with best practice
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Feb 7, 2021
1 parent ecee5ed commit 460787a
Show file tree
Hide file tree
Showing 3 changed files with 2,936 additions and 6 deletions.
13 changes: 8 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
#
.DS_Store

package-lock.json

node_modules

# Xcode
#
build/
Expand All @@ -24,7 +20,6 @@ DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace

# Android/IntelliJ
#
Expand All @@ -34,6 +29,10 @@ build/
local.properties
*.iml

# Visual Studio Code
#
.vscode/

# node.js
#
node_modules/
Expand All @@ -44,6 +43,7 @@ yarn-error.log
buck-out/
\.buckd/
*.keystore
!debug.keystore

# fastlane
#
Expand All @@ -58,3 +58,6 @@ buck-out/

# Bundle artifact
*.jsbundle

# CocoaPods
/ios/Pods/
Loading

0 comments on commit 460787a

Please sign in to comment.