Example 1: how to gitignore node modules touch .gitignore //to create a .gitignore if you dont have one echo "node_modules/" >> .gitignore //this adds ...
確定! 回上一頁