25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
259 B

  1. # IDEs and editors
  2. .idea/
  3. .project
  4. .classpath
  5. .c9/
  6. *.launch
  7. .settings/
  8. *.sublime-workspace
  9. # Visual Studio Code
  10. .vscode/*
  11. !.vscode/settings.json
  12. !.vscode/tasks.json
  13. !.vscode/launch.json
  14. !.vscode/extensions.json
  15. .history/*
  16. # System files
  17. .DS_Store
  18. Thumbs.db